-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (39 loc) · 1.3 KB
/
index.html
File metadata and controls
39 lines (39 loc) · 1.3 KB
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
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>M3SK</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="favicon.ico" type="image/x-icon">
</head>
<body>
<div class="container">
<div id="adam">
<a href="game.html">
<img src="img/adam.jpg" id="ciao" width="200px">
</a>
</div>
<div class="content">
<h1>MESK'S VAULT</h1>
<p id="mes">[psst..click on me]</p>
<h2>
<br>
<br>
<a href="https://open.spotify.com/playlist/28S4egJtNixQrsTc3rE2Ga">Spotify</a> <br>
<a href="https://www.instagram.com/mesquik._?igsh=bHQycGYwZW50b2hr&utm_source=qr">Instagram</a> <br>
<a href="https://it.wikipedia.org/wiki/Porto_Torres">FORZA PORTO TORRES</a> <br>
<br>
<span id="rampo">Esercizi corso prof. Rampoldi</span> <br>
<br>
<br>
<a href="https://meskrebooted.github.io/htmljsdom/">1- HTML/JS DOM ed Eventi</a> <br>
<br>
<br>
</h2>
<br>
<br>
</div>
</div>
</body>
</html>