summaryrefslogtreecommitdiff
path: root/videography/main.html
blob: 9b1b92808058f0754f4dee010eeb4de695dda51b (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>Videography</h1>
		</header>
		<hr>
		<main>
			<div class=center_img>
				<img src="/resources/videography/teaser.jpg" alt="A close-up picture of a JVC GY-HD200 camcorder.">
			</div>
			<br>
			<div class="text">
				<h3><i>Coming soon...</i></h3>
			</div>

	</body>
</html>