Ajout du squelette de la frontpage
This commit is contained in:
parent
b64f63c268
commit
cc2733c7ee
25
code/html5/frontpage.html
Normal file
25
code/html5/frontpage.html
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Pticlic pre-alpha 0.2</title>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div id="screen">
|
||||||
|
<div id="title"></div>
|
||||||
|
<div class="button">
|
||||||
|
<img class="gameIcon" alt="" src="img/rel/default.png" />
|
||||||
|
<span class="gameText"></span>
|
||||||
|
</div>
|
||||||
|
<div class="button">
|
||||||
|
<img class="prefsIcon" alt="" src="img/rel/default.png" />
|
||||||
|
<span class="prefsText"></span>
|
||||||
|
</div>
|
||||||
|
<div id="connection"></div>
|
||||||
|
<div class="button">
|
||||||
|
<img class="aboutIcon" alt="" src="img/rel/default.png" />
|
||||||
|
<span class="aboutText"></span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in New Issue
Block a user