summaryrefslogtreecommitdiffstatshomepage
path: root/templates/index.xml
blob: 620a09b615afc36f6f5759af142fd809613e3816 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="en">
	<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>