Skip to content

Commit

Permalink
adding docs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Williamson committed Nov 4, 2023
1 parent 8cd3f65 commit f0317d6
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>Main</title>
<meta name="description" content="" />

<style>
* {
box-sizing: border-box;
}

html {
margin: 0;
width: 100%;
height: 100%;
}

body {
font-family: 'Arial';
font-size: 13px;
margin: 0;
width: 100%;
height: 100%;
}
</style>


</head>
<body>

<script src="Main.js"></script>
</body>
</html>

0 comments on commit f0317d6

Please sign in to comment.