Initial commit
This commit is contained in:
commit
cd689fde93
17 changed files with 1509 additions and 0 deletions
16
index.html
Normal file
16
index.html
Normal file
|
@ -0,0 +1,16 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/png" href="/logo.png" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>DavidOnTop</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="sutil-app"></div>
|
||||
<script type="module" src="/build/src/Program.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue