aboutsummaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
Diffstat (limited to 'template')
-rw-r--r--template/index.html11
-rw-r--r--template/index.xml8
-rw-r--r--template/page.html15
-rw-r--r--template/webhook.json4
4 files changed, 38 insertions, 0 deletions
diff --git a/template/index.html b/template/index.html
new file mode 100644
index 0000000..f88511d
--- /dev/null
+++ b/template/index.html
@@ -0,0 +1,11 @@
+<html>
+<head>
+<link rel="stylesheet" href="/assets/static-style.css?v=1" />
+</head>
+<body>
+<div class="static-main" >
+<br><br>
+rss: <a href="./index.xml" target="_blank"><img src="/assets/img/RSS.png" class="rss_img"></img></a>
+</div>
+</body>
+</html>
diff --git a/template/index.xml b/template/index.xml
new file mode 100644
index 0000000..cea8f3c
--- /dev/null
+++ b/template/index.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<rss version="2.0">
+<channel>
+<title>iceys updates</title>
+<link>http://iceyfox.xyz/static/test</link>
+<description>this is a rss test</description>
+</channel>
+</rss>
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>
diff --git a/template/webhook.json b/template/webhook.json
new file mode 100644
index 0000000..893ecfa
--- /dev/null
+++ b/template/webhook.json
@@ -0,0 +1,4 @@
+{
+ "username":"iceyfox:<POST_NAME>",
+ "content":"<DATE_POST> <PAGE_PAGE>\nread more here: <PAGE_URL>\n<PAGE_CONTENT>\n---"
+}