diff options
Diffstat (limited to '_templates/wiki.html')
-rw-r--r-- | _templates/wiki.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/_templates/wiki.html b/_templates/wiki.html new file mode 100644 index 0000000..2e3ede2 --- /dev/null +++ b/_templates/wiki.html @@ -0,0 +1,13 @@ +<!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"/> + <title> $title$ </title> +</head> +<body> +$body$ +</body> +</html> |