update website

master
azekillDIABLO 2017-06-17 16:46:57 +02:00
parent a4e06c93d2
commit 3332f9bde6
4 changed files with 19 additions and 6 deletions

View File

@ -7,10 +7,13 @@
</head>
<body>
<h1>Dream Blocks ❤</h1>
<form>
<button href="https://azekilldiablo.github.io/Dream-Blocks/">Home</button>
<button href="game">About the game</button>
<button href="gallery">Screenshots</button>
<button href="download">Get the game</button>
<button href="actors">Contributors</button>
</form>
<hr>
<p>Welcome to Dream Blocks website!</p>
</iframe>

View File

@ -8,13 +8,14 @@
<body>
<h1>Dream Blocks ❤</h1>
<form>
<button formaction="/game">About the game</button>
<button formaction="/gallery">Screenshots</button>
<button formaction="/download">Get the game</button>
<button formaction="/actors">Contributors</button>
<button href="https://azekilldiablo.github.io/Dream-Blocks/">Home</button>
<button href="game">About the game</button>
<button href="gallery">Screenshots</button>
<button href="download">Get the game</button>
<button href="actors">Contributors</button>
</form>
<hr>
<p>Welcome to Dream Blocks website!</p>
<p>Welcome to Dream Blocks website! Dream Blocks is a game made by LordStephen77 and is inspired by Minetest. It's a small, 2D, Java written and open-source game!</p>
</iframe>
</body>
</html>

BIN
info.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 345 KiB

View File

@ -8,7 +8,7 @@ text-align: left;
font-family:"Lucida Console", Courier, monospace;
font-size: 13px;
color: #0A05FF;
background-image: url("back.png");
background-image: url(https://raw.githubusercontent.com/azekillDIABLO/Dream-Blocks/master/back.png);
}
p {text-align: left;}
h1
@ -29,4 +29,13 @@ text-align:center;
font-size:20px;
font-family:"Lucida Console", Courier, monospace;
background-color:#F7e5e3;
}
blockquote {
font-size:10px;
text-align:justify;
width:600px;
color:#0A15FF;
padding:12px;
background-image:url(https://raw.githubusercontent.com/azekillDIABLO/Dream-Blocks/master/info.png);
background-repeat:no-repeat;
}