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