-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathserver.html
16 lines (16 loc) · 873 Bytes
/
server.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Minehut server lookup</title>
<script src="https://unpkg.com/gridjs/dist/gridjs.umd.js"></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/getServer.js"></script>
</body>
</html>