blob: 09e6487657f782c8294d4bd8b7722a9097f4efde (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<head>
<link rel="stylesheet" href="/style.css">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
</head>
<body>
<div class="background">
<div class="contentpane">
<h1>Photography | <a class="backbutton" href="../">[Back]</a></h1>
<p>There's nothing here, yet.
</p>
</div>
</div>
</body>
|