-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathothersites.html
executable file
·26 lines (26 loc) · 1.07 KB
/
othersites.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
<!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">My Friends' Websites</div>
<div class="mediagroup">
<a class="media" title="AmigaX's Website" href="https://therealamigax.github.io/amigax-website/"><img src="https://raw.githubusercontent.com/TheRealAmigaX/amigax-website/main/resources/webthumbnail.png" width="500"></a>
<a class="media" title="Snowby3D's Website" href="https://sites.google.com/view/snowby3d"><img src="resources/sitethumbnails/snowbywebsite.png" width="500"></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>
<script src="menuloader.js"></script>
</body>
</html>