blob: 06a42d230d7d430df33879fc05f1db67297fda82 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<html>
<head>
<title>
sub:lounge
</title>
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body>
<div class="hidden">
<div class="frame">
<img src="logo.png">
</div>
</div>
</body>
</html>
|