-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (27 loc) · 850 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
24
25
26
27
28
29
30
<!DOCTYPE html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<title>Gli Occhi del Cuore - Fans Club</title>
<meta name="description" content="Gli Occhi del Cuore - Fans Club" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Tangerine"
/>
<link rel="stylesheet" type="text/css" href="styles.css" />
</head>
<body>
<h1>Gli Occhi del Cuore - Fans Club</h1>
<p>Sito in costruzione</p>
<img
src="gli-occhi-del-cuore.webp"
alt="Copertina de Gli Occhi del Cuore"
/>
</body>
</html>