summaryrefslogtreecommitdiff
path: root/fig-frontend-client/index.html
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2024-03-19 03:37:33 -0400
committerLLLL Colonq <llll@colonq>2024-03-19 03:37:33 -0400
commitfbabf1d29a8a97d57d9609666c81701fe12979e1 (patch)
treec9e7f4c0185dedf084558aeeea69140a326a19ef /fig-frontend-client/index.html
parent7aa60d33eff21ccdaa31ccd5dd64196990bb3dea (diff)
Update
Diffstat (limited to 'fig-frontend-client/index.html')
-rw-r--r--fig-frontend-client/index.html18
1 files changed, 0 insertions, 18 deletions
diff --git a/fig-frontend-client/index.html b/fig-frontend-client/index.html
deleted file mode 100644
index ef70156..0000000
--- a/fig-frontend-client/index.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
- <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
- <title>LCOLONQ</title>
- <link rel="icon" href="./assets/mrgreen.png">
- <link rel="stylesheet" type="text/css" href="./main.css">
- <script type="module" src="./main.js"></script>
- </head>
- <body>
- <div id="lcolonq-title">
- LCOLONQ
- <div id="lcolonq-subtitle">hi</div>
- </div>
- <canvas id="lcolonq-canvas"></canvas>
- </body>
-</html>