This commit is contained in:
biglyderv 2024-09-01 20:34:32 -04:00
commit 6beaca258f
No known key found for this signature in database
GPG key ID: 33AC87E9ACE66954
5 changed files with 312 additions and 0 deletions

16
index.html Normal file
View file

@ -0,0 +1,16 @@
<!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='800' height='400' id='canvas'>
</section>
<script src='js/index.js'></script>
</body>
</html>