diff options
Diffstat (limited to 'template/index.html')
| -rw-r--r-- | template/index.html | 11 |
1 files changed, 11 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> |
