diff options
| author | LLLL Colonq <llll@colonq> | 2024-11-05 02:59:06 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2024-11-05 02:59:06 -0500 |
| commit | c8e4f88739d52717de9e5faea4e752918e6457b3 (patch) | |
| tree | cae66186cbb569026ddc90e4d6573e020435c08a /fig-frontend-client/templates/obs.html | |
| parent | e1a38bb1fa9bd08633c4e760997ee5571a962505 (diff) | |
Move frontend out of repo
Diffstat (limited to 'fig-frontend-client/templates/obs.html')
| -rw-r--r-- | fig-frontend-client/templates/obs.html | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/fig-frontend-client/templates/obs.html b/fig-frontend-client/templates/obs.html deleted file mode 100644 index 999035a..0000000 --- a/fig-frontend-client/templates/obs.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 Browser Source</title> - <link rel="icon" href="./assets/mrgreen.png"> - <link rel="stylesheet" type="text/css" href="./main.css"> - <script type="module"> -CONFIG_SUBST - globalThis.mode = 2; - </script> - <script type="module" src="./main.js"></script> - </head> - <body class="lcolonq-obs"> - <canvas id="lcolonq-canvas"></canvas> - </body> -</html> |
