summaryrefslogtreecommitdiff
path: root/web-timeplot/index.html
diff options
context:
space:
mode:
authorThomas Grothe <grothe.tr@gmail.com>2026-04-30 00:53:13 -0400
committerThomas Grothe <grothe.tr@gmail.com>2026-04-30 00:53:13 -0400
commit73d75835e18a33c7f6c1b09bbcef93b16a7a9bfa (patch)
treee079c6c45416333e29cf900831c07619a87d5c39 /web-timeplot/index.html
parenta1c95e72bea26f554eb05916d6fc584927367159 (diff)
redo timeplot web
Diffstat (limited to 'web-timeplot/index.html')
-rw-r--r--web-timeplot/index.html32
1 files changed, 3 insertions, 29 deletions
diff --git a/web-timeplot/index.html b/web-timeplot/index.html
index 6f0d26d..76e8b87 100644
--- a/web-timeplot/index.html
+++ b/web-timeplot/index.html
@@ -3,36 +3,10 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>PixiJS Prototyping Framework</title>
- <style>
- * {
- margin: 0;
- padding: 0;
- box-sizing: border-box;
- }
-
- body {
- font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
- background: #1a1a1f;
- color: #fff;
- overflow: hidden;
- }
-
- #app {
- width: 100vw;
- height: 100vh;
- }
-
- #canvas-container {
- width: 100%;
- height: 100%;
- }
- </style>
+ <title>TimePlot</title>
</head>
<body>
- <div id="app">
- <div id="canvas-container"></div>
- </div>
- <script type="module" src="/src/main.js"></script>
+ <div id="app"></div>
+ <script type="module" src="/src/bootstrap.js"></script>
</body>
</html>