Skip to content

Instantly share code, notes, and snippets.

@kmelve
Last active November 30, 2020 09:10
Show Gist options
  • Save kmelve/c037e7cbd32d668bb7e8297aae774bd0 to your computer and use it in GitHub Desktop.
Save kmelve/c037e7cbd32d668bb7e8297aae774bd0 to your computer and use it in GitHub Desktop.
JavaScript-less no JS please. Inspired by https://heydonworks.com/
<html>
<head>
<title>No JS please</title>
</head>
<body>
<main>
<noscript>
Content!
<style>
.js {
display: none;
}
</style>
</noscript>
<p class="js">
<a href="https://duckduckgo.com/?q=how+to+turn+off+javascript+in+browser&t=h_&ia=web">Please disable JavaScript to view this site.</a>
</p>
</main>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment