aboutsummaryrefslogtreecommitdiff
path: root/templates/header.tmpl
diff options
context:
space:
mode:
authorr <r@freesoftwareextremist.com>2019-12-13 18:08:26 +0000
committerr <r@freesoftwareextremist.com>2019-12-13 18:26:24 +0000
commit5e4da01c3ae3ae2e870faba9085d9d9213c01c29 (patch)
tree39d6f1e76b901549f194ddbac3c6cb82e0abd019 /templates/header.tmpl
downloadbloat-5e4da01c3ae3ae2e870faba9085d9d9213c01c29.tar.gz
bloat-5e4da01c3ae3ae2e870faba9085d9d9213c01c29.zip
Initial commit
Diffstat (limited to 'templates/header.tmpl')
-rw-r--r--templates/header.tmpl10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/header.tmpl b/templates/header.tmpl
new file mode 100644
index 0000000..970aca4
--- /dev/null
+++ b/templates/header.tmpl
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset='utf-8'>
+ <meta content='width=device-width, initial-scale=1' name='viewport'>
+ <title> Web </title>
+ <link rel="stylesheet" href="/static/main.css" />
+ <link rel="stylesheet" href="/static/fonts/fonts.css">
+</head>
+<body>