diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-06-28 02:02:17 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-06-28 02:02:17 +0900 |
commit | 4fa6f1621b406ce58b91a4ae9a58b392d78b7008 (patch) | |
tree | cdf18a6881b65e57e5a57af443cf5bc54aab806e /templates/base-head.html | |
parent | b2195e98804c404e80a5cc4e649d4e59f0d40be7 (diff) | |
download | phylactery-4fa6f1621b406ce58b91a4ae9a58b392d78b7008.tar.gz |
Abstract template and style
Diffstat (limited to 'templates/base-head.html')
-rw-r--r-- | templates/base-head.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/base-head.html b/templates/base-head.html new file mode 100644 index 0000000..ebb981c --- /dev/null +++ b/templates/base-head.html @@ -0,0 +1,5 @@ +<!DOCTYPE html> +<html lang=en> +<meta charset=utf-8> +<link rel=icon href=/static/favicon.svg> +<link rel=stylesheet href=/static/base.css> |