diff options
| author | LLLL Colonq <llll@colonq> | 2024-11-14 21:33:19 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2024-11-14 21:33:19 -0500 |
| commit | 78223d43d02d20996003e12fe2c51ae1072d55fa (patch) | |
| tree | e9ac49953293050b3c77adc14933d6a46488c854 /templates/pubnix/button.html | |
| parent | cf0070ac5a78d8042fa74d407fb9cb65352e2066 (diff) | |
Registration page
Diffstat (limited to 'templates/pubnix/button.html')
| -rw-r--r-- | templates/pubnix/button.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/templates/pubnix/button.html b/templates/pubnix/button.html new file mode 100644 index 0000000..17211eb --- /dev/null +++ b/templates/pubnix/button.html @@ -0,0 +1,23 @@ +<!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>The Button</title> + <link rel="icon" href="./assets/mrgreen.png"> + <link rel="stylesheet" type="text/css" href="./main.css"> + <script type="module"> +CONFIG_SUBST + globalThis.mode = 4; + </script> + <script type="module" src="./main.js"></script> + </head> + <body class="lcolonq-button-body"> + <a id="lcolonq-button-link-green" class="lcolonq-button-link"> + <img src="./assets/mrgreen.png" class="lcolonq-button" id="lcolonq-button-green" /> + </a> + <a id="lcolonq-button-link-red" class="lcolonq-button-link"> + <img src="./assets/mrred.png" class="lcolonq-button" id="lcolonq-button-red" /> + </a> + </body> +</html> |
