diff options
Diffstat (limited to 'web-timeplot/index.html')
| -rw-r--r-- | web-timeplot/index.html | 32 |
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> |
