Removing the 'no-js' stuff
This commit is contained in:
parent
cafea6eb66
commit
0963653add
@ -1,7 +1,7 @@
|
|||||||
<snippet>
|
<snippet>
|
||||||
<content><![CDATA[
|
<content><![CDATA[
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en-US" class="no-js">
|
<html lang="en-US">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
@ -63,10 +63,7 @@
|
|||||||
<link href="https://example.com/css/print.css" rel="stylesheet" media="print">
|
<link href="https://example.com/css/print.css" rel="stylesheet" media="print">
|
||||||
|
|
||||||
<!-- JS that must be executed before the document is loaded -->
|
<!-- JS that must be executed before the document is loaded -->
|
||||||
<script type="module">
|
<!-- -->
|
||||||
document.documentElement.classList.remove('no-js');
|
|
||||||
document.documentElement.classList.add('js');
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<script src="https://example.com/js/vendor/axios.min.js" defer></script>
|
<script src="https://example.com/js/vendor/axios.min.js" defer></script>
|
||||||
<script src="https://example.com/js/vendor/vue.min.js" defer></script>
|
<script src="https://example.com/js/vendor/vue.min.js" defer></script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user