diff options
Diffstat (limited to 'templates/button.html')
| -rw-r--r-- | templates/button.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/templates/button.html b/templates/button.html new file mode 100644 index 0000000..e2f9fb0 --- /dev/null +++ b/templates/button.html @@ -0,0 +1,17 @@ +<!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 = 3; + </script> + <script type="module" src="./main.js"></script> + </head> + <body class="lcolonq-button"> + </body> +</html> |
