26 lines
635 B
HTML
26 lines
635 B
HTML
<!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/mode_normal.png" />
|
|
<span class="gameText">Jouer</span>
|
|
</div>
|
|
<div class="button">
|
|
<img class="prefsIcon" alt="" src="img/config.png" />
|
|
<span class="prefsText">Configuration</span>
|
|
</div>
|
|
<div id="connection"></div>
|
|
<div class="button">
|
|
<img class="aboutIcon" alt="" src="img/rel/default.png" />
|
|
<span class="aboutText">A Propos</span>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|