aboutsummaryrefslogtreecommitdiff
path: root/template/page.html
diff options
context:
space:
mode:
Diffstat (limited to 'template/page.html')
-rw-r--r--template/page.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/template/page.html b/template/page.html
new file mode 100644
index 0000000..c481dfe
--- /dev/null
+++ b/template/page.html
@@ -0,0 +1,15 @@
+<html>
+ <head>
+ <link rel="stylesheet" href="/assets/static-style.css?v=80" />
+ </head>
+ <body>
+ <div class="static-main">
+ <PAGE_CONTENT>
+ <br><br>
+ <a href="<PAGE_URL>"><PAGE_URL></a>
+ <a href="../index.xml" target="_blank">
+ <img src="/assets/img/RSS.png" class="rss_img">
+ </a>
+ </div>
+ </body>
+</html>