forked from Vrganj/Minehut-API-Documentation
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (22 loc) · 926 Bytes
/
index.html
File metadata and controls
23 lines (22 loc) · 926 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Unofficial Minehut API Docs</title>
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="assets/img/favicon.ico" type="image/x-icon">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body>
<ul id="topbar">
<img style="margin-left: 25px;" src="assets/img/mh-logo.png">
<li style="margin-bottom: -2px">Unofficial API Documentation</li>
<li id="mobileDropdownWrapper"><i id="mobileDropdown" class="material-icons">menu</i></li>
</ul>
<ul id="navbar"></ul>
<div id="content"></div>
<script src="app.js"></script>
</body>
</html>