Project UAS
This commit is contained in:
parent
a710b0dba9
commit
96299aa44c
10
Main.html
10
Main.html
@ -3,11 +3,13 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Space Monster</title>
|
<title>Space Game</title>
|
||||||
|
<link rel="stylesheet" href="Style.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div>
|
<div id="game">
|
||||||
<p>Test 1</p>
|
<canvas id="canvas" height="650" width="1280"></canvas>
|
||||||
</div>
|
</div>
|
||||||
|
<script src="Script.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Loading…
x
Reference in New Issue
Block a user