blob: 73d111b3d2da50c5eab9aad6d730ae7b5f5922f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="Collection">
<link rel="stylesheet" href="/beauty.css">
<link rel="icon" href="/icon.png" type="image/png">
<title>
Twoexem
</title>
</head>
<body>
<header>
<a href=/ style="display:block;width:48px;margin-left:auto;margin-right:auto">
<img src=/resources/icons/go-home.svg>
</a>
<h1>My collection</h1>
</header>
<hr>
<main>
<div class=center_img>
<img src="/resources/collection/teaser.jpg" alt="A picture of a Sony CCD-SP5E camcorder.">
</div>
<br>
<div class="text">
<h3><i>Coming soon...</i></h3>
</div>
</body>
</html>
|