summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/openring.html (renamed from templates/openring-template.html)0
-rw-r--r--templates/page.html1
-rw-r--r--templates/rss.xml5
-rw-r--r--templates/rss_item.xml4
4 files changed, 10 insertions, 0 deletions
diff --git a/templates/openring-template.html b/templates/openring.html
index be91912..be91912 100644
--- a/templates/openring-template.html
+++ b/templates/openring.html
diff --git a/templates/page.html b/templates/page.html
index 3600409..a839e46 100644
--- a/templates/page.html
+++ b/templates/page.html
@@ -1,6 +1,7 @@
<html>
<head>
<link rel="shortcut icon" type="image/jpg" href="/public/icon-64.png"/>
+ <link rel="stylesheet" href="/public/style.css" />
</head>
<body>
<header class="display: inline">
diff --git a/templates/rss.xml b/templates/rss.xml
new file mode 100644
index 0000000..683bdb2
--- /dev/null
+++ b/templates/rss.xml
@@ -0,0 +1,5 @@
+<rss>
+ <channel>
+ </channel>
+</rss>
+
diff --git a/templates/rss_item.xml b/templates/rss_item.xml
new file mode 100644
index 0000000..a3987fd
--- /dev/null
+++ b/templates/rss_item.xml
@@ -0,0 +1,4 @@
+<item>
+ <description><![CDATA[
+ ]]></description>
+</item>