summaryrefslogtreecommitdiffstatshomepage
path: root/templates/index.xml
diff options
context:
space:
mode:
authorWolfgang Müller2019-07-21 21:09:36 +0200
committerWolfgang Müller2019-07-21 21:09:36 +0200
commit4fe23d93c4f39b08f5bc4320af37ba109e618295 (patch)
tree5fd739e5189f68bb6ea9f5edc60aa68325adfe44 /templates/index.xml
downloadsite-4fe23d93c4f39b08f5bc4320af37ba109e618295.tar.gz
Initial import
Diffstat (limited to 'templates/index.xml')
-rw-r--r--templates/index.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/templates/index.xml b/templates/index.xml
new file mode 100644
index 0000000..afe96ec
--- /dev/null
+++ b/templates/index.xml
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>oriole.systems</title>
+ <link rel="stylesheet" href="style.css"/>
+ <link rel="alternate" href="atom.xml" type="application/atom+xml" title="oriole.systems atom feed"/>
+ <link rel="icon" href="logo.svg"/>
+ <meta charset="utf-8"/>
+ <meta name="viewport" content="width=device-width, initial-scale=1"/>
+ </head>
+ <body class="frontpage">
+ <nav class="main" data-sblg-nav="true" data-sblg-navcontent="true">
+ <a href="${sblg-base}.html">
+ ${sblg-titletext}
+ </a>
+ </nav>
+ <footer></footer>
+ </body>
+</html>