GDBrowser/html/comingsoon.html
GDColon ea5c732c75 Assets overhaul + demon list + several misc updates
I held back on pushing this since I wanted to wait for Rob to unblock level downloading, but it's probably gonna be a while since it's (likely) related to an unlisted level exploit

Anyways I totally overhauled how the assets work, and you can also browse through all the files by going to gdbrowser.com/assets, because why not

I also made many other changes and fixes during this timespan including the addition of the demon list, optimized custom lists along with a ?page param, and other random stuff that needed touching up

- Removed Herobrine
2021-01-04 10:21:58 -05:00

19 lines
No EOL
627 B
HTML

<head>
<title>Coming Soon...</title>
<meta charset="utf-8">
<link href="../assets/css/browser.css" type="text/css" rel="stylesheet">
<link rel="icon" href="../assets/coin.png">
</head>
<body class="levelBG">
<div class="supercenter" style="height: 70%;">
<h1>Coming soon!</h1>
<br>
<img src="../assets/javi.png" style="width: 400px; border-radius: 20px; border: 2px solid black;">
<br>
<br>
<div class="gdbutton">
<a href="https://twitter.com/TheRealGDColon"><img class="inline"src="../assets/twitter.png" width=6%> <h2 class="inline" style="margin-left: 2%;">stay updated</h2></a>
</div>
</div>
</body>