-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmisc.html
53 lines (43 loc) · 2.98 KB
/
misc.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
45
46
47
48
49
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Citrus Mods</title>
<link href="style.css" rel="stylesheet" />
<link href="miscstyle.css" rel="stylesheet" />
<!-- Icon made by Freepik from www.flaticon.com -->
<link rel="icon" href="index.png">
<header>
<h1>Miscellaneous</h1>
</header>
</head>
<body>
<nav>
<ul>
<li><a href="https://citrushappy.github.io">Home</a></li>
<li><a href="https://citrushappy.github.io/games">Games</a></li>
<li><a href="https://citrushappy.github.io/mods">Mods</a></li>
<li><a href="https://citrushappy.github.io/misc" class="active">Misc</a></li>
</ul>
</nav>
<section>
<div class="sketchfab-embed-wrapper">
<iframe title="Low Poly Glove" width="640" height="480" src="https://sketchfab.com/models/1f5b60b45c4a43a0984042e23ced7fc6/embed?autospin=0.2&autostart=0&ui_controls=1&ui_infos=1&ui_inspector=1&ui_stop=1&ui_watermark=1&ui_watermark_link=1" frameborder="0" allow="autoplay; fullscreen; vr" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>
<p style="font-size: 13px; font-weight: normal; margin: 5px; color: #4A4A4A;">
<a href="https://sketchfab.com/3d-models/low-poly-gloved-hand-1f5b60b45c4a43a0984042e23ced7fc6?utm_medium=embed&utm_source=website&utm_campaign=share-popup" target="_blank" style="font-weight: bold; color: #1CAAD9;">Low Poly Gloved Hand</a>
by <a href="https://sketchfab.com/venture.dalton?utm_medium=embed&utm_source=website&utm_campaign=share-popup" target="_blank" style="font-weight: bold; color: #1CAAD9;">venture.dalton</a>
on <a href="https://sketchfab.com?utm_medium=embed&utm_source=website&utm_campaign=share-popup" target="_blank" style="font-weight: bold; color: #1CAAD9;">Sketchfab</a>
</p>
</div>
</section>
<footer>
<!-- Icon made by Pixel perfect from www.flaticon.com -->
<a href="https://github.com/CitrusHappy" target="_blank" title="GitHub"><img src="github.png" class="social_media" alt="github"></a>
<a href="https://citrusdev.itch.io/" target="_blank" title="itchio"><img src="itchio.png" class="social_media" alt="itchio"></a>
<a href="https://sketchfab.com/venture.dalton" target="_blank" title="Sketchfab"><img src="sketchfab.png" class="social_media" alt="sketchfab"></a>
<a href="https://www.artstation.com/citrush" target="_blank" title="ArtStation"><img src="ArtStationicon.png" class="social_media" alt="ArtStation"></a>
<a href="https://www.curseforge.com/members/citrushappy/projects" target="_blank" title="Curseforge"><img src="curseforge.png" class="curseforge" alt="curseforge"></a>
</footer>
</body>
</html>