-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmcmaps.html
More file actions
30 lines (29 loc) · 1.22 KB
/
Copy pathmcmaps.html
File metadata and controls
30 lines (29 loc) · 1.22 KB
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>Katzcraft Studios</title>
<link rel="stylesheet" href="style2.css"/>
<link rel="icon" type="image/png" href="Katzcraft_Studios_Logo.png">
</head>
<body>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="socialmedia.html">Social Media</a></li>
<li><a class="activenb" href="projects.html">Projects</a></li>
<li><a href="tools.html">Tools</a></li>
<li><a href="downloads.html">Downloads</a></li>
</ul>
</nav>
<br>
<div class="center2">
<h2>Katzcraft Hide&Seek 1</h2><br>
<h3>Minecraft Version: 1.20</h3><br>
<h3 style="color: green;">Progress: 100%</h3>
<a href="https://www.planetminecraft.com/project/katzcraft-hide-amp-seek-1/" title="Katzcraft Hide&Seek 1 Minecraft Map"><br/><img src="https://static.planetminecraft.com/files/image/minecraft/project/2023/216/16995758-screenshot_l.jpg" alt="Katzcraft Hide&Seek 1" border="0" width="560" height="315"/><br/></a>
<div class="buttons2-container">
<button2 class="button2-arounder" onclick="window.location.href='https://www.planetminecraft.com/project/katzcraft-hide-amp-seek-1/'">Download on Planet Minecraft</button2>
</div>
</div>
</body>
</html>