-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (21 loc) · 938 Bytes
/
index.html
File metadata and controls
29 lines (21 loc) · 938 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
25
26
27
28
29
<!DOCTYPE html>
<html lang="fr">
<head>
<title>Portfolio</title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<nav>
<a href="index.html">Spawn</a>
<a href="https://forms.gle/UUhHfCS4D6wcBA1T7">Conctact</a>
</nav>
<h1>Lenny Guver</h1>
<img src="assets/emoji-chock.png" class="image"></img>
<footer>
<a href="https://www.youtube.com/channel/UChcHi7Sw5yl2bNAbWPZoGTQ" target="_blank"><img src="assets/youtube.png" class="social"></a>
<a href="https://github.com/chocolife13" target="_blank"><img src="assets/github.png" class="social"></a>
<a href="https://scratch.mit.edu/users/chocolife13/" target="_blank"><img src="assets/scratch.png" class="social"></a>
<a href="https://chocolife13.itch.io/" target="_blank"><img src="assets/itch.png" class="social"></a>
</footer>
</body>
</html>