diff options
| author | LLLL Colonq <llll@colonq> | 2024-11-05 02:58:33 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2024-11-05 02:58:33 -0500 |
| commit | cf0070ac5a78d8042fa74d407fb9cb65352e2066 (patch) | |
| tree | 85fb5cee6c7533b7ae6de846ed447772d7b67296 /templates/obs.html | |
Initial commit
Diffstat (limited to 'templates/obs.html')
| -rw-r--r-- | templates/obs.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/templates/obs.html b/templates/obs.html new file mode 100644 index 0000000..999035a --- /dev/null +++ b/templates/obs.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 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> |
