-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (19 loc) · 845 Bytes
/
Copy pathindex.html
File metadata and controls
24 lines (19 loc) · 845 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>RedBeat rockband</title>
<link href="styles.css" rel="stylesheet" />
<meta name="description" content="RedBeat is een rockband die alternative rock speelt in Fijnaart">
</head>
<body>
<h1>Over ons</h1>
<p>
Rode bieten met stevige bite, wij zijn RedBeat! Een rock coverband uit West-Brabant. Wij spelen gitaar rock, van classic tot modern, van mainstream tot alternative. Met twee gitaren, bas, drum en zang: een garantie voor een avond volop genieten!
<p>
U kunt contact met ons opnemen via <a href="https://www.facebook.com/RedBeatBand" taget="blank">facebook</a>
</p>
<script src="bin/app.js"></script>
</body>
</html>