Konfi-Castle-Kasino/tpl/index.html

21 lines
627 B
HTML
Raw Permalink Normal View History

2017-06-15 09:30:32 +00:00
{{define "index"}}
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<title>Kasino</title>
2019-09-14 15:36:26 +00:00
<link rel="stylesheet" type="text/css" href="/assets/semantic/semantic.min.css"/>
<link rel="stylesheet" type="text/css" href="/assets/css/frontend.css" />
2017-06-15 09:30:32 +00:00
</head>
<body>
<div id="table"></div>
2017-08-31 20:49:55 +00:00
<script>if (typeof module === 'object') {window.module = module; module = undefined;}</script>
<script>if (window.module) module = window.module;</script>
<script>
const mode = {{.Mode}}
</script>
<script src="/assets/js/vue.min.js"></script>
<script src="/assets/js/load.js"></script>
2017-06-15 09:30:32 +00:00
</body>
</html>
{{end}}