2024-09-01 20:34:32 -04:00
|
|
|
<!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>
|
2024-09-02 01:58:52 -04:00
|
|
|
<canvas width='2160' height='1080' id='canvas' style='width: 800px; height: 400px;'>
|
2024-09-01 20:34:32 -04:00
|
|
|
</section>
|
|
|
|
<script src='js/index.js'></script>
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
|