summaryrefslogtreecommitdiff
path: root/templ/base.tpl
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2024-02-15 12:57:42 +0100
committerRené 'Necoro' Neumann <necoro@necoro.eu>2024-02-15 12:57:42 +0100
commita1e4e08c1d13c87983a89a887876e77036644e2c (patch)
tree4515c1425d2c7415ae9894421ffd3451fbc99cc8 /templ/base.tpl
parentb3485c78114e505b7bc9c6969afa108ea3f4755c (diff)
downloadgosten-a1e4e08c1d13c87983a89a887876e77036644e2c.tar.gz
gosten-a1e4e08c1d13c87983a89a887876e77036644e2c.tar.bz2
gosten-a1e4e08c1d13c87983a89a887876e77036644e2c.zip
Start styling with bootstrap
Diffstat (limited to 'templ/base.tpl')
-rw-r--r--templ/base.tpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/templ/base.tpl b/templ/base.tpl
index 89e095f..af248dd 100644
--- a/templ/base.tpl
+++ b/templ/base.tpl
@@ -2,8 +2,10 @@
<html lang="de">
<head>
<meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{block "title" .}}Kosten{{end}}</title>
- <link rel="stylesheet" href="/static/style.css">
+ <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
+ <script defer src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
</head>
<body>
{{block "body" .}}