diff options
| author | LLLL Colonq <llll@colonq> | 2024-03-19 03:37:33 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2024-03-19 03:37:33 -0400 |
| commit | fbabf1d29a8a97d57d9609666c81701fe12979e1 (patch) | |
| tree | c9e7f4c0185dedf084558aeeea69140a326a19ef /fig-frontend-client/index-template.html | |
| parent | 7aa60d33eff21ccdaa31ccd5dd64196990bb3dea (diff) | |
Update
Diffstat (limited to 'fig-frontend-client/index-template.html')
| -rw-r--r-- | fig-frontend-client/index-template.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/fig-frontend-client/index-template.html b/fig-frontend-client/index-template.html new file mode 100644 index 0000000..1ab53d8 --- /dev/null +++ b/fig-frontend-client/index-template.html @@ -0,0 +1,22 @@ +<!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"> +CONFIG_SUBST + </script> + <script type="module" src="./main.js"></script> + </head> + <body> + <!-- RINGBEARER --> + <div id="lcolonq-title"> + LCOLONQ + <div id="lcolonq-subtitle">hi</div> + </div> + <canvas id="lcolonq-canvas"></canvas> + </body> +</html> |
