22 lines
1.4 KiB
HTML
22 lines
1.4 KiB
HTML
<!doctype html>
|
|
<html lang="{{ .Site.Language.Lang | default "en" }}" dir="ltr">
|
|
{{ partial "head.html" . }}
|
|
<body class="{{ block "bodyclass" . }}{{ end }}">
|
|
<div id="boot" aria-hidden="true"><pre class="boot__log"></pre></div>
|
|
<a href="#main-content" class="skip-link">Skip to content</a>
|
|
{{ partial "header.html" . }}
|
|
<main id="main-content" role="main">
|
|
{{ block "main" . }}{{ end }}
|
|
</main>
|
|
{{ partial "footer.html" . }}
|
|
|
|
<script src="{{ "js/cursor.js" | relURL }}" defer></script>
|
|
<script src="{{ "js/shell.js" | relURL }}" defer></script>
|
|
<script src="{{ "js/filebrowser.js" | relURL }}" defer></script>
|
|
<script src="{{ "js/nav.js" | relURL }}" defer></script>
|
|
<script src="{{ "js/boot.js" | relURL }}" defer></script>
|
|
<script>document.addEventListener('contextmenu',function(e){e.preventDefault();});</script>
|
|
<script>document.addEventListener('click',function(e){var b=e.target.closest?e.target.closest('.vimeo__play'):null;if(!b)return;var w=b.parentNode,id=w.getAttribute('data-vimeo');if(!id)return;var f=document.createElement('iframe');f.src='https://player.vimeo.com/video/'+id+'?dnt=1&autoplay=1&badge=0&autopause=0';f.title='video';f.allow='autoplay; fullscreen; picture-in-picture';f.setAttribute('allowfullscreen','');f.setAttribute('sandbox','allow-scripts allow-same-origin allow-presentation allow-popups');f.referrerPolicy='strict-origin-when-cross-origin';w.innerHTML='';w.appendChild(f);});</script>
|
|
</body>
|
|
</html>
|