dist: add example for disabled JavaScript

This commit is contained in:
Alexander Alemayhu 2020-09-17 13:05:05 +02:00
parent a64281306f
commit c9f2bb8d0f
1 changed files with 1 additions and 0 deletions

1
dist/index.html vendored
View File

@ -5,6 +5,7 @@
<meta charset="utf-8">
</head>
<body>
<noscript>This site uses JavaScript, please enable!</noscript>
<script src="client.js"></script>
</body>
</html>