This commit is contained in:
iceyrazor
2024-08-25 04:08:32 -05:00
commit 12b3accd30
16 changed files with 312 additions and 0 deletions

11
template/index.html Normal file
View 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>