aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorPaul Oliver <contact@pauloliver.dev>2024-02-29 02:50:26 +0100
committerPaul Oliver <contact@pauloliver.dev>2024-04-01 21:42:38 +0200
commitc8992bc7543d8ca7c2ee3cc200a7fbf1a5fae059 (patch)
treec8c05c8a85fcdf36b65e9580929b2151be6bea73 /templates
Initial
Diffstat (limited to 'templates')
-rw-r--r--templates/default.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/default.html b/templates/default.html
new file mode 100644
index 0000000..0de18b6
--- /dev/null
+++ b/templates/default.html
@@ -0,0 +1,11 @@
+<!doctype html>
+<html lang="en">
+<head>
+<link rel="stylesheet" href="/css/style.css" />
+<meta name="viewport" content="width=device-width, initial-scale=1" />
+<title>$title$</title>
+</head>
+$body$
+<body>
+</body>
+</html>