static deps

This commit is contained in:
Paul Zinselmeyer 2023-11-10 15:51:53 +01:00
parent 173a903e78
commit d4d0f21f7d
6 changed files with 240 additions and 7 deletions

View file

@ -3,7 +3,8 @@
<head>
<title>zettoIT ARS</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="/static/zettoit-style/zettoit.css">
<link rel="stylesheet" href="/static/zettoit.css">
<link rel="icon" type="image/svg" href="/static/zettoit.svg"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
@ -39,7 +40,7 @@ correct = 0
</button>
</form>
</main>
<a class="watermark" href="https://git2.zettoit.eu/zettoit"><img src="/static/zettoit-style/zettoit.svg" alt="zettoIT Logo"></a>
<a class="watermark" href="https://git2.zettoit.eu/zettoit"><img src="/static/zettoit.svg" alt="zettoIT Logo"></a>
<script src="/static/htmx.min.js"></script>
</body>
</html>

View file

@ -4,7 +4,8 @@
<head>
<title>zettoIT ARS</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="/static/zettoit-style/zettoit.css">
<link rel="stylesheet" href="/static/zettoit.css">
<link rel="icon" type="image/svg" href="/static/zettoit.svg"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
@ -24,7 +25,7 @@
<% if !htmx { %>
</main>
<a class="watermark" href="https://git2.zettoit.eu/zettoit"><img src="/static/zettoit-style/zettoit.svg" alt="zettoIT Logo"></a>
<a class="watermark" href="https://git2.zettoit.eu/zettoit"><img src="/static/zettoit.svg" alt="zettoIT Logo"></a>
<script src="/static/htmx.min.js"></script>
</body>
</html>

View file

@ -4,7 +4,8 @@
<head>
<title>zettoIT ARS</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="/static/zettoit-style/zettoit.css">
<link rel="stylesheet" href="/static/zettoit.css">
<link rel="icon" type="image/svg" href="/static/zettoit.svg"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
.qrcode svg{
@ -45,7 +46,7 @@
<% } %>
<% if !htmx { %>
</main>
<a class="watermark" href="https://git2.zettoit.eu/zettoit"><img src="/static/zettoit-style/zettoit.svg" alt="zettoIT Logo"></a>
<a class="watermark" href="https://git2.zettoit.eu/zettoit"><img src="/static/zettoit.svg" alt="zettoIT Logo"></a>
<script src="/static/htmx.min.js"></script>
</body>
</html>