From 12b3accd30ad27d2f635971e40b33c536d228a21 Mon Sep 17 00:00:00 2001 From: iceyrazor Date: Sun, 25 Aug 2024 04:08:32 -0500 Subject: init --- template/index.html | 11 +++++++++++ template/index.xml | 8 ++++++++ template/page.html | 15 +++++++++++++++ template/webhook.json | 4 ++++ 4 files changed, 38 insertions(+) create mode 100644 template/index.html create mode 100644 template/index.xml create mode 100644 template/page.html create mode 100644 template/webhook.json (limited to 'template') 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 @@ + + + + + +
+

+rss: +
+ + 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 @@ + + + +iceys updates +http://iceyfox.xyz/static/test +this is a rss test + + 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 @@ + + + + + +
+ +

+ + + + +
+ + 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:", + "content":" \nread more here: \n\n---" +} -- cgit v1.3