summaryrefslogtreecommitdiffstatshomepage
path: root/templates/index.xml
blob: ba028909db369693a9627e7bcc9fb77569b125d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
	<head>
		<title>oriole.systems · an oriole's pendent nest</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"/>
		<meta name="twitter:card" content="summary" />
		<meta name="twitter:title" content="oriole.systems" />
		<meta name="twitter:description" content="an oriole's pendent nest" />
		<meta name="twitter:image" content="https://oriole.systems/logo.webp" />
	</head>
	<body class="frontpage">
		<nav class="main" data-sblg-nav="true" data-sblg-navcontent="true">
			<a href="${sblg-base}.html">
				${sblg-titletext}
			</a>
		</nav>
	</body>
</html>