forked from mirrors/amputoma-fe
defer loading of rot.js
This commit is contained in:
parent
5a4780c511
commit
855491c917
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
<link rel="shortcut icon" type=image/png href=/favicon.png>
|
<link rel="shortcut icon" type=image/png href=/favicon.png>
|
||||||
<link rel="apple-touch-icon" type=image/png href=/favicon.png>
|
<link rel="apple-touch-icon" type=image/png href=/favicon.png>
|
||||||
<link rel=stylesheet href=/static/custom.css>
|
<link rel=stylesheet href=/static/custom.css>
|
||||||
<script src="/static/js/rot.js"></script>
|
<script defer=defer src="/static/js/rot.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body class="hidden">
|
<body class="hidden">
|
||||||
<noscript>Please enable JavaScript.</noscript>
|
<noscript>Please enable JavaScript.</noscript>
|
||||||
|
|
Loading…
Reference in a new issue