<!DOCTYPE html> <html lang="de"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Labyrinth - Infinite Prototype Version -1</title> <link rel="stylesheet" href="style/core.css"> <link rel="stylesheet" href="style/labyrinth.css"> </head> <body> <div class="fullScreen centeredBox" id="divStartScreen"> <h1 lang="en">Infinite Prototype</h1> <h2>Version -1</h2> <div class="menuBox"> <input type="button" value="Neues Spiel"> <input type="button" value="Installieren"> </div> <!-- <div class="menuBox"> <div class="selectlist"> <input type="button" value="Level 1"> <input type="button" value="Level 2"> <input type="button" value="Level 3"> <input type="button" value="Level 4"> <input type="button" value="Level 5"> <input type="button" value="Level 6"> </div> </div> --> </div> </body> </html>