Dream-Blocks/gallery/index.html

31 lines
1.5 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="style.css" />
<title>Dream Blocks</title>
</head>
<body>
<h1>Dream Blocks ❤</h1>
<form>
<button formaction="https://azekilldiablo.github.io/Dream-Blocks/">Home</button>
<button formaction="https://azekilldiablo.github.io/Dream-Blocks/game">About the game</button>
<button formaction="https://azekilldiablo.github.io/Dream-Blocks/gallery">Screenshots</button>
<button formaction="https://azekilldiablo.github.io/Dream-Blocks/download">Get the game</button>
<button formaction="https://azekilldiablo.github.io/Dream-Blocks/actors">Contributors</button>
</form>
<hr>
<p>Here are some screenshots of the game! NOTE: It is still very work in progress...</p>
<p style="text-align:center;">
<h3>The main menu, while starting the game:</h3>
<img src="i1.bmp" class="middle" alt="Image1" style="width:900px;height:700px;">
<h3>Chopping down some trees in the morning:</h3>
<img src="i2.bmp" class="middle" alt="Image2" style="width:900px;height:700px;">
<h3>The inventory with 2 by 2 crafting grid:</h3>
<img src="i3.bmp" class="middle" alt="Image3" style="width:900px;height:700px;">
<h3>Mining in the sunset with a wooden pickaxe:</h3>
<img src="i4.bmp" class="middle" alt="Image4" style="width:900px;height:700px;">
</p>
</body>
</html>