moved script ref to header with defer
All checks were successful
continuous-integration/drone/push Build is passing

...in the remaining files
This commit is contained in:
surtur 2020-04-01 20:08:53 +02:00
parent df44f1d083
commit ad9b418570
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D
4 changed files with 4 additions and 4 deletions

@ -9,6 +9,7 @@
<title>animations - tew-0x00</title>
<meta name="description" content="animations - tew-0x00">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script defer src="/scripts/prism.js"></script>
<link rel="stylesheet" type="text/css" href="/css/style.css">
<link rel="stylesheet" type="text/css" href="/css/prism.css" data-noprefix/>
</head>
@ -163,6 +164,5 @@
· WTFPL<br>
<a href="https://git.dotya.ml/wanderer/TEW-0x00" target="_blank" title="page source">source</a>
</footer>
<script src="/scripts/prism.js"></script>
</body>
</html>

@ -9,6 +9,7 @@
<title>background gradient - tew-0x00</title>
<meta name="description" content="background gradient - tew-0x00">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script defer src="/scripts/prism.js"></script>
<link rel="stylesheet" type="text/css" href="/css/style.css">
<link rel="stylesheet" type="text/css" href="/css/prism.css" data-noprefix/>
</head>
@ -77,6 +78,5 @@
· WTFPL<br>
<a href="https://git.dotya.ml/wanderer/TEW-0x00" target="_blank" title="page source">source</a>
</footer>
<script src="/scripts/prism.js"></script>
</body>
</html>

@ -9,6 +9,7 @@
<title>rounded corners - tew-0x00</title>
<meta name="description" content="round corners - tew-0x00">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script defer src="/scripts/prism.js"></script>
<link rel="stylesheet" type="text/css" href="/css/style.css">
<link rel="stylesheet" type="text/css" href="/css/prism.css" data-noprefix/>
</head>
@ -50,6 +51,5 @@
· WTFPL<br>
<a href="https://git.dotya.ml/wanderer/TEW-0x00" target="_blank" title="page source">source</a>
</footer>
<script src="/scripts/prism.js"></script>
</body>
</html>

@ -9,6 +9,7 @@
<title>shadows - tew-0x00</title>
<meta name="description" content="round corners - tew-0x00">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script defer src="/scripts/prism.js"></script>
<link rel="stylesheet" type="text/css" href="/css/style.css">
<link rel="stylesheet" type="text/css" href="/css/prism.css" data-noprefix/>
</head>
@ -57,6 +58,5 @@
· WTFPL<br>
<a href="https://git.dotya.ml/wanderer/TEW-0x00" target="_blank" title="page source">source</a>
</footer>
<script src="/scripts/prism.js"></script>
</body>
</html>