-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcat.html
74 lines (70 loc) · 2.58 KB
/
cat.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html lang="pl">
<head>
<meta charset="utf-8">
<title>Ukagaka</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css" type="text/css">
<link href="https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap" rel="stylesheet">
<script src="js.js"></script>
</head>
<body onload="GetColor()">
<nav>
<a href="index.html" class="navbtn" id="frstbtn">Home</a>
<div class="dropdown">
<a class="dropbtn navbtn">Ghosts</a>
<div class="dropdown-content">
<p>Released</p>
<a href="md.html">MiniDev</a>
<a href="cat.html">Cat</a>
<a href="pets.html">A.R.I Pets</a>
<p>Collab Ghosts</p>
<a href="https://zichqec.github.io/s-the-skeleton/hydrate.html">Hydrate</a>
<p>Work in Progress</p>
<a href="wrlpln.html">World Planner</a>
<a href="gian.html">Gian</a>
<a href="stuff.html">Stuff</a>
<a href="plant.html">Plant</a>
</div>
</div>
<a href="shells.html" class=" navbtn">Shells</a>
</nav>
<article id="ar">
<h2>Cat</h2>
<img src="img/cat/cat2.png" alt="Cat Ghost">
<p>He purrs</p>
<p>He he meows</p>
<p>Nothing less</p>
<p>Nothing more</p>
</article>
<div class="sidenote">
<h3>Ukagaka Dream Team</h3>
<p>Ukagaka Dream Team is a community of people interested in ukagakas (both developers and users)</p>
<p>Join us on:</p>
<a href="https://ukagakadreamteam.tumblr.com/" class="color">Tumblr</a>
<p></p>
<a href="http://discord.gg/uBPq8XF" class="color">Discord</a>
<p></p>
<a href="https://twitter.com/Project_Ukagaka" class="color">Twitter</a>
</div>
<div class="banner">
<img src="img/ukagaka%20icon.jpg" id="ukg">
<div id="web">
<p align="center">👻 <i>Member of the <a href="https://ukagakawebring.netlify.com/" target="_new"
class="color">Ukagaka/Ghost Development and Download</a> webring</i> 👻</p>
<p align="center">👻 | <a href="https://ukagakawebring.netlify.com//prev" class="color">Previous</a>
|
<a href="https://ukagakawebring.netlify.com//random" class="color">Random</a> |
<a href="https://ukagakawebring.netlify.com//next" class="color">Next</a> | 👻
</p>
</div>
<script async src="https://ukagakawebring.netlify.com//embed.js" charset="utf-8"></script>
</div>
<aside>
<h2>Download</h2>
<p><b>Cat:</b> <a href="ghosts/cat.nar" class="color">DOWNLOAD</a></p>
<p><b>Balloon "Cat Paws":</b> <a href="balloons/catpaws.nar" class="color">DOWNLOAD</a></p>
<p><b>Shell "Black Cat":</b> <a href="shells/Black Cat.nar" class="color">DOWNLOAD</a></p>
</aside>
</body>
</html>