19 lines
540 B
HTML
19 lines
540 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en" >
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<title>Arrow Defense Game</title>
|
||
|
<link rel="stylesheet" href="./style.css">
|
||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
<meta name="description" content="Pex.Js Engine">
|
||
|
<meta name="author" content="Ahmad Faisal Jawed">
|
||
|
<title>Arrow</title>
|
||
|
</head>
|
||
|
<body onresize='_pexresize()'>
|
||
|
|
||
|
<canvas id='canvas' width=1280 height=720></canvas>
|
||
|
<script src="./script.js"></script>
|
||
|
|
||
|
</body>
|
||
|
</html>
|