load javascript with defer
This commit is contained in:
parent
fb2abe595b
commit
2f2e904ebb
1 changed files with 4 additions and 3 deletions
|
@ -10,6 +10,8 @@
|
|||
|
||||
<link rel="stylesheet" href="{{style.css}}">
|
||||
|
||||
<script defer src="{{common.js}}"></script>
|
||||
|
||||
<title>reinefjord.net</title>
|
||||
</head>
|
||||
|
||||
|
@ -60,8 +62,8 @@
|
|||
<dd>
|
||||
<a href="mailto:firstname(at)lastname(dot)net" class="email encoded">cnVwdXNAcmVpbmVmam9yZC5uZXQK</a>
|
||||
<p class="nojs">
|
||||
Please activate javascript to see the address. Hint: it is
|
||||
<span class="email">firstname(at)lastname(dot)net</span>
|
||||
Please activate javascript (or wait for it to load) to see the address.
|
||||
Hint: the address is <span class="email">firstname(at)lastname(dot)net</span>
|
||||
</p>
|
||||
</dd>
|
||||
<dt>PGP key:</dt>
|
||||
|
@ -72,6 +74,5 @@
|
|||
</dd>
|
||||
</dl>
|
||||
</main>
|
||||
<script src="{{common.js}}"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Reference in a new issue