parsav  Diff

Differences From Artifact [1d38dac966]:

To Artifact [004398018e]:


1
2
3
4
5
6
7
8
9
10
11
<!doctype html>
<html>
	<head>
		<title>@instance :: @title</title>
		<link rel="stylesheet" href="/style.css">
	</head>
	<body>
		<h1>@title</h1>
		@body
	</body>
</html>




|

|




1
2
3
4
5
6
7
8
9
10
11
<!doctype html>
<html>
	<head>
		<title>@instance :: @title</title>
		<link rel="stylesheet" href="/s/style.css">
	</head>
	<body class="@class">
		<h1>@title</h1>
		@body
	</body>
</html>