remove .no-js if javascript enabled
This commit is contained in:
parent
c4681fbd30
commit
856c300088
|
@ -18,16 +18,20 @@
|
|||
<!-- Place favicon.ico in the root directory -->
|
||||
|
||||
<link rel="stylesheet" href="css/main.css">
|
||||
|
||||
<script>
|
||||
document.documentElement.classlist.remove('no-js');
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<header class="header"></header>
|
||||
|
||||
<main class="main"></main>
|
||||
|
||||
<footer class="footer"></footer>
|
||||
|
||||
<script src="js/index.js"></script>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue