parsav  Diff

Differences From Artifact [cb4a31dcc6]:

To Artifact [3229efd171]:


     1      1   <!doctype html>
     2      2   <html>
     3      3   	<head>
     4      4   		<title>@instance :: @title</title>
     5         -		<link rel="stylesheet" href="/s/style.css">
            5  +		<link rel="stylesheet" type="text/css" href="/s/style.css">
            6  +		<script type="text/javascript" src="/s/live.js" async></script>
     6      7   	</head>
     7         -	<body class="@class">
            8  +	<body class="@class"@attr>
     8      9   		<header><div>
     9     10   			<h1>@title</h1>
    10     11   			<nav>
    11     12   				<a href="/instance">instance</a>
    12     13   				@navlinks
    13     14   			</nav>
    14     15   		</div></header>
    15     16   		<main>
    16     17   			@body
    17     18   		</main>
    18     19   	</body>
    19     20   </html>