diff options
author | JJ | 2024-07-26 06:01:06 +0000 |
---|---|---|
committer | JJ | 2024-07-26 06:52:25 +0000 |
commit | abbe9f4cdb9f08549c96b3188605db683c17fd27 (patch) | |
tree | 7ff7a6c85abf4ef8a5a9809462f71d8e9017fc85 /_templates/wiki.html | |
parent | 885dac2e13d0357b154c75dacb3810fc5b1fb696 (diff) |
add wiki templates
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> |