2021-07-04 18:07:44 +03:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>quizEngine</title>
|
|
|
|
<link rel="stylesheet" type="text/css" href="styles.css">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="container">
|
2021-07-04 19:42:03 +03:00
|
|
|
<canvas id="game" width="400" height="600"></canvas>
|
2021-07-04 18:07:44 +03:00
|
|
|
</div>
|
|
|
|
|
2021-07-04 19:56:18 +03:00
|
|
|
<script type="text/javascript" src="dist/game.js"></script>
|
2021-07-04 18:07:44 +03:00
|
|
|
</body>
|
|
|
|
</html>
|