-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreferences.html
executable file
·44 lines (36 loc) · 1.91 KB
/
references.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
36
37
38
39
40
41
42
43
44
<!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="fanart.html" title="Back" draggable="false"><img src="resources/Back.svg" draggable="false"></a>
</div>
<div class="main">
<div class="windowtitle">Character References</div>
<div class="titleseparator">Nacho Reference Sheet</div>
<div class="media"><img src="resources/references/nacho/nacho_Ref.png" width="600"></div>
<div class="titleseparator">Catchibun Reference Sheets</div>
<div class="media"><img src="resources/references/catchibun/catchibun_ref.png" width="600"></div>
<div class="media"><img src="resources/references/catchibun/catchibun_per.png" width="600"></div>
<div class="titleseparator">Feizoy Reference Sheet</div>
<div class="media"><img src="resources/references/feizoy/feizoy_Ref.png" width="600"></div>
<div class="titleseparator">Takhwif Reference Sheets</div>
<div class="media"><img src="resources/references/takhwif/n3touIJK_large.jpg" width="450"><a class="label">dana44781639</a></div>
<div class="media"><img src="resources/references/takhwif/takhwif.png" width="600"></div>
<div class="titleseparator">Cosmo Reference Sheet</div>
<div class="media"><img src="resources/references/cosmo/CosmoReference.png" width="600"></div>
<div class="titleseparator">Legacy Reference Sheets</div>
<div class="media"><img src="resources/references/feizoy/FeizoyReference.png" width="400"></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>