-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
30 lines (30 loc) · 975 Bytes
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Minehut server lookup</title>
<script src="https://unpkg.com/gridjs/dist/gridjs.umd.js"></script>
<script src="https://unpkg.com/minimessage-js@^1.1"></script>
<link
rel="stylesheet"
href="https://unpkg.com/gridjs/dist/theme/mermaid.min.css"
/>
<link rel="stylesheet" href="./assets/css/style.css" />
<link
rel="shortcut icon"
type="image/png"
href="https://emojipedia-us.s3.dualstack.us-west-1.amazonaws.com/thumbs/60/microsoft/153/left-pointing-magnifying-glass_1f50d.png"
/>
</head>
<body>
<table id="table"></table>
<div style="text-align: center">
<span style="color: #999"
>made by <a href="https://github.com/ploxxxy">ploxxy</a> |
<a href="https://github.com/ploxxxy/ploxxxy.github.io">★</a> on
github</span
>
</div>
<script src="./assets/js/index.js"></script>
</body>
</html>