init
This commit is contained in:
11
template/index.html
Normal file
11
template/index.html
Normal file
@@ -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>
|
||||
8
template/index.xml
Normal file
8
template/index.xml
Normal file
@@ -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>
|
||||
15
template/page.html
Normal file
15
template/page.html
Normal file
@@ -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>
|
||||
4
template/webhook.json
Normal file
4
template/webhook.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"username":"iceyfox:<POST_NAME>",
|
||||
"content":"<DATE_POST> <PAGE_PAGE>\nread more here: <PAGE_URL>\n<PAGE_CONTENT>\n---"
|
||||
}
|
||||
Reference in New Issue
Block a user