Improve appearance
This commit is contained in:
@ -4,9 +4,11 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>My Snake</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<link rel="stylesheet" href="assets/style.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="backlayer"></div>
|
||||
|
||||
<div id="startScreen">
|
||||
<h1>My Snake</h1>
|
||||
@ -14,12 +16,11 @@
|
||||
Please choose a level:
|
||||
<ul id="levelChoice"></ul>
|
||||
|
||||
<input type="submit" id="startGameBtn" value="Start game">
|
||||
<p>Use the arrows to navigate. Press p to make a pause.</p>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="gameScreen">
|
||||
<h1>Game</h1>
|
||||
<p>Score: <span id="scoreTarget"></span></p>
|
||||
|
||||
<div id="canvasTarget"></div>
|
||||
|
Reference in New Issue
Block a user