-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
23 lines (23 loc) · 899 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<title>WNTONICS</title>
<meta charset="UTF-8">
<meta name="keywords" content="band, bremen, punk, nofx, niklas, emmanuel, joschua, wollersheim, gianluca, toni, savino, hauke, PITGDM, fragmentshader, comicsans, HB">
<meta name="author" content="Joschua Wollersheim, Gian-Luca Savino, Steven Kowalzik">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no">
<link href='https://fonts.googleapis.com/css?family=Coming+Soon' rel='stylesheet' type='text/css'>
<link href='style.css' rel='stylesheet' type='text/css'>
</head>
<body>
<div>
<h1>WNTONICS</h1>
<h2>Lade unsere EPs:</h2>
<h3><a href="ep1">So far from home</a></h3>
<h3><a href="ep2">Men from outer space</a></h3>
</div>
<div class="img">
<img src="background.png" alt="Men from outer space">
</div>
</body>
</html>