-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
38 lines (25 loc) · 1.34 KB
/
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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!doctype html>
<html lang="it">
<head>
<title>Ricoverati Cover Band </title>
<meta charset="UTF-8">
<link href="css/style.css" rel="stylesheet" type="text/css">
<link href="css/style.scss" rel="stylesheet" type="text/scss">
<link href="https://fonts.googleapis.com/css?family=Shadows+Into+Light+Two" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Architects+Daughter" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Audiowide" rel="stylesheet">
</head>
<body>
<div id="rico">
</br></br></br>
<a><img src="img/rico.jpg"></a>
<h3>wedding music planner - private party - live show</h3>
</br>
<a href="https://www.facebook.com/Ricoveratiband" target="_blank"><img src="img/fb.png" ></a>  <a href="https://www.youtube.com/channel/UCFbfUkcqwu5deoDlOWdqmkg" target="_blank"><img src="img/yt.png"></a>   <a href="mailto:[email protected]" target="_blank"><img src="img/mail.png"></a>   <a href="https://www.instagram.com/ricoverati.coverband/" target="_blank"><img src="img/insta.png"></a>
<h1>[email protected]</h1>
<p> powered by <a href="mailto: [email protected]" target="_blank">webchain solutions</a><p>
</div>
<div class="stars">
</div>
</body>
</html>