Skip to content

Commit ba8b8d2

Browse files
committed
initialize scramjet/demo project
1 parent 48102c2 commit ba8b8d2

32 files changed

+239
-18
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<link rel="icon" type="image/svg+xml" href="/icon.png" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>Scramjet Demo</title>
8+
<script src="/controller/controller.api.js"></script>
9+
</head>
10+
11+
<body class="light-mode">
12+
<div id="app"></div>
13+
<script type="module" src="/src/index.tsx"></script>
14+
</body>
15+
</html>

0 commit comments

Comments
 (0)