Skip to content

Commit

Permalink
update: html file
Browse files Browse the repository at this point in the history
  • Loading branch information
Captainfl4me committed May 4, 2024
1 parent 3aa4f02 commit b408cfb
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@

<html>
<head>Hello-Cargo</head>
<head>
<title>Hello-Cargo</title>
</head>
<body>
<canvas id="canvas"></canvas>
<script type="text/javascript" src="./spline-drawer.js"></script>
<script type="text/javascript">
Module.canvas = document.getElementById("canvas");
</script>
<style>
html, body {
width: 100%;
height: 100%;
margin: 0;
}
</style>
</body>
</html>

0 comments on commit b408cfb

Please sign in to comment.