map-test/index.html

16 lines
453 B
HTML

<!DOCTYPE html>
<html>
<head>
<!-- You may want to copy this file manually... -->
<link rel="stylesheet" href="https://onezderv.codeberg.page/home/index.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<section id='main'>
<h1>MapTest</h1>
<canvas width='3200' height='1600' id='canvas' style='width: 800px; height: 400px;'>
</section>
<script src='js/index.js'></script>
</body>
</html>