mirror of
https://github.com/Noratrieb/redox.git
synced 2026-01-14 16:25:04 +01:00
get rid of react
This commit is contained in:
parent
6029115be5
commit
6d85b2e5dd
39 changed files with 806 additions and 11491 deletions
19
index.html
Normal file
19
index.html
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Redox</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<canvas id="main-canvas" width="1500" height="700"> </canvas>
|
||||
|
||||
<script type="module">
|
||||
import { start } from "./out/MainDraw.js";
|
||||
|
||||
start();
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue