Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added Dirt_Block.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Dirt_Block_Scaled.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
161 changes: 161 additions & 0 deletions craftfont.css

Large diffs are not rendered by default.

15 changes: 10 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
<!DOCTYPE html>
<head>
<title>Mineweb</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="craftfont.css">
<link rel="stylesheet" href="style.css">
<html>
<body>
<h1>Mineweb</h1>
<p>This site is under construction!</p>
<a href="https://mineweb.glitch.me/">Mineweb (snapshot, things may break)</a><br>
<!-- <a href="https://mineweb-stable.glitch.me/">Mineweb (stable)</a><br> Too old for now !-->
<a href="https://discord.gg/cdMjDJM">Discord link</a>
<h1 class="white shadow underline">Mineweb</h1>
<p class="white shadow">This site is under construction!</p>
<a class="aqua shadow underline" href="https://mineweb.glitch.me/">Mineweb (snapshot, things may break)</a><br />
<!-- <a class="aqua shadow underline" href="https://mineweb-stable.glitch.me/">Mineweb (stable)</a><br /> Too old for now !-->
<a class="aqua shadow underline" href="https://discord.gg/cdMjDJM">Discord link</a>
</body>
</html>
6 changes: 6 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
* {
font-family: Minecraftia;
}
body {
background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(Dirt_Block_Scaled.png);
}