60da852534
CHANGELOG: - Profile posts! This one is long overdue but... yeah! You can now leave profile posts, and drop likes on them as well! - Classes folder! It's a folder... for classes! Don't ask me to explain what a class is, because I'm still not sure myself - Le Level Class has arrived! Instead of parsing level data in three different files, the level class has stepped up to do the dirty work. (thanks to memimoe for helping) - Renamed generate.css to iconkit.css, and deleted soon.css because it's ugly - Removed 404 redirect when trying to view an asset that doesn't exist - Updated readme to get with the times - Removed Herobrine
19 lines
No EOL
620 B
HTML
19 lines
No EOL
620 B
HTML
<head>
|
|
<title>Coming Soon...</title>
|
|
<meta charset="utf-8">
|
|
<link href="../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> |