1
2
3
4
5
6
7
8
9
10
11
12
|
<!doctype html>
<html>
<head>
<title>@instance :: @title</title>
<link rel="stylesheet" type="text/css" href="/s/style.css">
<script type="text/javascript" src="/s/live.js" async></script>
</head>
<body class="@class"@attr>
<header><div>
<h1>@title</h1>
<nav>
<a accesskey="i" href="/instance"><u>i</u>nstance</a>
|
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!doctype html>
<html>
<head>
<title>@instance :: @title</title>
<link rel="stylesheet" type="text/css" href="/s/style.css">
<link rel="icon" href="/s/logo.svg">
<script type="text/javascript" src="/s/live.js" async></script>
</head>
<body class="@class"@attr>
<header><div>
<h1>@title</h1>
<nav>
<a accesskey="i" href="/instance"><u>i</u>nstance</a>
|