This commit is contained in:
biglyderv 2024-09-02 01:58:52 -04:00
parent 46f7964d07
commit ba526c16a5
No known key found for this signature in database
GPG key ID: 33AC87E9ACE66954
3 changed files with 55 additions and 31 deletions

View file

@ -8,7 +8,7 @@
<body>
<section id='main'>
<h1>MapTest</h1>
<canvas width='3200' height='1600' id='canvas' style='width: 800px; height: 400px;'>
<canvas width='2160' height='1080' id='canvas' style='width: 800px; height: 400px;'>
</section>
<script src='js/index.js'></script>
</body>