diff options
| author | LLLL Colonq <llll@colonq> | 2024-03-01 18:39:11 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2024-03-01 18:39:11 -0500 |
| commit | 88e2726fc1fc6cec2b9e63526ce4c0a1a04a2e98 (patch) | |
| tree | 94fd56c8c02e422a54d69aa7dec798b7a55d6a2d /fig-frontend-client/index.html | |
| parent | 4a23754fc6515c947e0bbac38cd0e558b701fe2f (diff) | |
Add new frontend
Diffstat (limited to 'fig-frontend-client/index.html')
| -rw-r--r-- | fig-frontend-client/index.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/fig-frontend-client/index.html b/fig-frontend-client/index.html new file mode 100644 index 0000000..ef70156 --- /dev/null +++ b/fig-frontend-client/index.html @@ -0,0 +1,18 @@ +<!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> |
