-
Notifications
You must be signed in to change notification settings - Fork 0
/
info.html
36 lines (29 loc) · 1.04 KB
/
info.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
<head>
<title>GeoHub - Home</title>
<link rel="icon" href="logo.ico" />
<script src="https://github.com/leonardosnt/mc-player-counter/raw/master/dist/mc-player-counter.js"></script>
<link rel="stylesheet" href="style.css">
</head>
<header>
<div>
<nav>
<span>
<li>
<a href="index.html"><button type ="button" class="navbutton">Home</button></a>
<a href="store/index.html"><button type ="button" class="navbutton">Store</button></a>
<a href="info.html"><button type ="button" class="navbuttonselected">Info</button></a>
</li>
</span>
</nav>
</header>
<style>
customcopy {cursor:copy;}
<!--@font-face {font-family: Minecraft; src: url('/Minecraft.otf');} -->
body {font-family: Minecraft;color: white;background-color: black;}
</style>
<body>
<h1 style="text-align: center;">INFOPEDIA</h1>
<p style="text-align: center;">
In Geohub, you can explore the universe. There are 3 types of planets: Basic, schorching, and barren.
***WRITER NEEDED***
</body>