blob: fc52e813d766b1bf7bd523179a537532d58eb74b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="author" content="Johannes Löthberg" />
<title>~/</title>
<link href="main.css" rel="stylesheet">
</head>
<body>
<!--# include file="header.html" -->
<h2>These are not the droids you are looking for.</h2>
<!--# include file="footer.html" -->
</body>
</html>
|