-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (20 loc) · 824 Bytes
/
index.html
File metadata and controls
20 lines (20 loc) · 824 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="./images/logo.ico">
<title>Flippont</title>
</head>
<body>
<link rel="stylesheet" href="./css/style.css">
<header></header>
<div class="container">
<a href="https://flippont.github.io/blog/blog.html"><img src="./images/blog.png" alt="worms" class="titleImage"></a>
<a href="https://www.albumoftheyear.org/user/flippont/"><img src="./images/albums.png" alt="albums" class="titleImage"></a>
<a href="https://boxd.it/9N4xN"><img src="./images/film.png" alt="films" class="titleImage"></a>
</div>
<footer></footer>
<script src="./js/index.js"></script>
</body>
</html>