diff options
Diffstat (limited to 'templ/base.tpl')
-rw-r--r-- | templ/base.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templ/base.tpl b/templ/base.tpl index e88d735..89e095f 100644 --- a/templ/base.tpl +++ b/templ/base.tpl @@ -3,14 +3,14 @@ <head> <meta charset="UTF-8"> <title>{{block "title" .}}Kosten{{end}}</title> - <link rel="stylesheet" href="./style.css"> + <link rel="stylesheet" href="/static/style.css"> </head> <body> {{block "body" .}} Dummy Text {{end}} {{block "js" .}} - <script src="./index.js"></script> + <script src="/static/index.js"></script> {{end}} </body> </html>
\ No newline at end of file |