summaryrefslogtreecommitdiff
path: root/_www/doc/html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to '_www/doc/html.tmpl')
-rw-r--r--_www/doc/html.tmpl34
1 files changed, 34 insertions, 0 deletions
diff --git a/_www/doc/html.tmpl b/_www/doc/html.tmpl
new file mode 100644
index 0000000..4eea130
--- /dev/null
+++ b/_www/doc/html.tmpl
@@ -0,0 +1,34 @@
+<!DOCTYPE html>
+<!-- SPDX-FileCopyrightText: 2022 M. Shulhan <ms@kilabit.info -->
+<!-- SPDX-License-Identifier: GPL-3.0-or-later -->
+<html lang="en">
+
+<head>
+ <meta charset="utf-8" />
+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
+ <link rel="icon" type="image/png" href="/favicon.png" />
+ <link rel="stylesheet" href="/index.css" />
+ <title>rescached | doc</title>
+</head>
+
+<body>
+ <nav class="menu">
+ <a href="/"> rescached </a>
+ /
+ <a href="/environment/"> Environment </a>
+ /
+ <a href="/block.d/"> block.d </a>
+ /
+ <a href="/hosts.d/"> hosts.d </a>
+ /
+ <a href="/zone.d/"> zone.d </a>
+ /
+ <a href="/doc/" class="active"> Documentation </a>
+ </nav>
+
+ <div class="page">
+ <div class="container">{{.Body}}</div>
+ </div>
+</body>
+
+</html>