feat(#3): apply prettier
This commit is contained in:
parent
80292d6cce
commit
a3a8cde707
8 changed files with 145 additions and 689 deletions
52
index.html
52
index.html
|
@ -1,24 +1,34 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta
|
||||
name="viewport"
|
||||
content="width=device-width, initial-scale=1.0"
|
||||
/>
|
||||
<title>Baena</title>
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="index.css"
|
||||
/>
|
||||
</head>
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Baena</title>
|
||||
<link rel="stylesheet" href="index.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="resources">
|
||||
<img id="overworld" src="resources/overworld.png">
|
||||
</div>
|
||||
<div id="container">
|
||||
<button id="debug">Debug</button>
|
||||
<button id="level1">Level 1</button>
|
||||
<button id="level2">Level 2</button>
|
||||
<canvas id="game"></canvas>
|
||||
</div>
|
||||
<script type="module" src="index.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
<body>
|
||||
<div id="resources">
|
||||
<img
|
||||
id="overworld"
|
||||
src="resources/overworld.png"
|
||||
/>
|
||||
</div>
|
||||
<div id="container">
|
||||
<button id="debug">Debug</button>
|
||||
<button id="level1">Level 1</button>
|
||||
<button id="level2">Level 2</button>
|
||||
<canvas id="game"></canvas>
|
||||
</div>
|
||||
<script
|
||||
type="module"
|
||||
src="index.js"
|
||||
></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue