summaryrefslogtreecommitdiff
path: root/_templates/default.html
diff options
context:
space:
mode:
Diffstat (limited to '_templates/default.html')
-rw-r--r--_templates/default.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/_templates/default.html b/_templates/default.html
new file mode 100644
index 0000000..24da983
--- /dev/null
+++ b/_templates/default.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8"/>
+ <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+ <link rel="icon" type="image/jpg" href="/assets/light.png"/>
+ <link rel="stylesheet" href="/css/style.css"/>
+ <title> $title$ </title>
+</head>
+<body>
+$body$
+</body>
+</html>