parsav  Diff

Differences From Artifact [3229efd171]:

To Artifact [e84fb6bf18]:


5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
		<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 href="/instance">instance</a>
				@navlinks
			</nav>
		</div></header>
		<main>
			@body
		</main>
	</body>
</html>







|








5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
		<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">instance</a>
				@navlinks
			</nav>
		</div></header>
		<main>
			@body
		</main>
	</body>
</html>