-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio.html
executable file
·35 lines (35 loc) · 1.14 KB
/
portfolio.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
<!DOCTYPE html>
<html>
<head>
<title>_lounge</title>
<link rel="icon" type="image/png" sizes="32x32" href="resources/favicon.png">
<meta name="title" content="nk_lounge">
<meta name="description" content="a personal website">
<link rel="stylesheet" href="main.css">
</head>
<body>
<div class="menu" id="menu">
<div class="windowtitle">Menu</div>
</div>
<div class="main">
<div class="windowtitle">Portfolio</div>
<h1>Pictures</h1>
<hr>
<a class="folder" href="2025.html">2025</a>
<a class="folder" href="2024.html">2024</a>
<a class="folder" href="2023.html">2023</a>
<a class="folder" href="2022.html">2022</a>
<a class="folder" href="2021.html">2021</a>
<h1>Videos</h1>
<hr>
<a class="folder" href="2025videos.html">2025</a>
<a class="folder" href="2023videos.html">2023</a>
<a class="folder" href="2022videos.html">2022</a>
<a class="folder" href="2021videos.html">2021</a>
</div>
<div class="footer">
<div class="footertext">This website was hosted using <a href="https://pages.github.com/">GitHub Pages</a></div>
</div>
<script src="menuloader.js"></script>
</body>
</html>