diff --git a/index.html b/index.html index e4138a6..dcd3337 100644 --- a/index.html +++ b/index.html @@ -126,6 +126,7 @@ async function handleMarkdown(content) let title = document.createElement("h1"); title.innerHTML = content.metaData.title; document.getElementById("post").prepend(title) + document.getElementById("nojs").style.visibility = "hidden"; } @@ -135,6 +136,10 @@ readUrl("posts-2021-08-17-serving-blog-content-over-dns-md");
+
+

HTML over DNS

+

The content of this page is fetched using DNS over HTTP. Since that requires Javascript, please enable that to see the content.

+
\ No newline at end of file