diff options
Diffstat (limited to 'templates/_head_common.htmpl')
-rw-r--r-- | templates/_head_common.htmpl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/templates/_head_common.htmpl b/templates/_head_common.htmpl deleted file mode 100644 index bc14cb6..0000000 --- a/templates/_head_common.htmpl +++ /dev/null @@ -1,5 +0,0 @@ -{{ define _tp_head_common(handle: io::handle) (void | io::error | nomem) }} -<meta charset="utf-8" /> -<meta name="viewport" content="width=device-width, initial-scale=1" /> -<link rel="stylesheet" href="/:/static/style.css" /> -{{ end }} |