-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path2025.html
executable file
·30 lines (26 loc) · 1.08 KB
/
2025.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>
<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">
<div class="windowtitle">Menu</div>
<a class="menubutton" href="portfolio.html" title="Back" draggable="false"><img src="resources/Back.svg" draggable="false"></a>
</div>
<div class="main">
<div class="windowtitle">2025 Art (Pictures)</div>
<h3>Names of artist's featured characters are shown below pictures.</h3>
<hr>
<div class="media"><img loading="lazy" src="resources/2025art/bud_render_art_trade.png" width="400"><a class="label">JHPHENEX99</a></div>
<div class="media"><img loading="lazy" src="resources/2025art/diff_pompoms.png" width="400"><a class="label">PompomNotes</a></div>
</div>
<div class="footer">
<div class="footertext">This website was hosted using <a href="https://pages.github.com/">GitHub Pages</a></div>
</div>
</body>
</html>