blob: deae7a2fca0cfabe0e0aa4a9011df9a3e1d0fac7 (
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="Photography">
<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>Photography</h1>
</header>
<hr>
<main>
<div class=center_img>
<img src="/resources/photography/teaser.jpg">
</div>
<br>
<div class="text">
<h3><i>Coming soon...</i></h3>
</div>
</body>
</html>
|