fundbureau: single-page site + Docker/Proxmox deploy
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<!doctype html>
|
||||
<html lang="{{ .Site.Language.Lang | default "de" }}" dir="ltr">
|
||||
{{ partial "head.html" . }}
|
||||
<body class="{{ block "bodyclass" . }}{{ end }}">
|
||||
{{ block "main" . }}{{ end }}
|
||||
<script>
|
||||
// kein kontextmenü, keine selektion, kein bild-drag
|
||||
['contextmenu', 'selectstart', 'dragstart'].forEach(function (ev) {
|
||||
document.addEventListener(ev, function (e) { e.preventDefault(); });
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user