init repo

master
azekillDIABLO 2017-06-16 16:46:48 +02:00
parent 648d950585
commit b27777348e
5 changed files with 100 additions and 0 deletions

BIN
back.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

18
game/index.html Normal file
View File

@ -0,0 +1,18 @@
<!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>
<button href="game">About the game</button>
<button href="gallery">Screenshots</button>
<button href="download">Get the game</button>
<button href="actors">Contributors</button>
<hr>
<p>Welcome to Dream Blocks website!</p>
</iframe>
</body>
</html>

32
game/style.css Normal file
View File

@ -0,0 +1,32 @@
html{
text-align: center;
}
body {
margin: 30;
padding: 10;
text-align: left;
font-family:"Lucida Console", Courier, monospace;
font-size: 13px;
color: #0A05FF;
background-image: url("back.png");
}
p {text-align: left;}
h1
{
position:relative;
color:#0000FF;
text-align:center;
font-size:50px;
font-weight:bold;
font-family:"Lucida Console", Courier, monospace;
background-color:#F7e5e3;
}
button
{
position:relative;
color:#0000FF;
text-align:center;
font-size:20px;
font-family:"Lucida Console", Courier, monospace;
background-color:#F7e5e3;
}

18
index.html Normal file
View File

@ -0,0 +1,18 @@
<!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>
<button href="game">About the game</button>
<button href="gallery">Screenshots</button>
<button href="download">Get the game</button>
<button href="actors">Contributors</button>
<hr>
<p>Welcome to Dream Blocks website!</p>
</iframe>
</body>
</html>

32
style.css Normal file
View File

@ -0,0 +1,32 @@
html{
text-align: center;
}
body {
margin: 30;
padding: 10;
text-align: left;
font-family:"Lucida Console", Courier, monospace;
font-size: 13px;
color: #0A05FF;
background-image: url("back.png");
}
p {text-align: left;}
h1
{
position:relative;
color:#0000FF;
text-align:center;
font-size:50px;
font-weight:bold;
font-family:"Lucida Console", Courier, monospace;
background-color:#F7e5e3;
}
button
{
position:relative;
color:#0000FF;
text-align:center;
font-size:20px;
font-family:"Lucida Console", Courier, monospace;
background-color:#F7e5e3;
}