init
This commit is contained in:
commit
6beaca258f
5 changed files with 312 additions and 0 deletions
16
index.html
Normal file
16
index.html
Normal 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>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue