summaryrefslogtreecommitdiff
path: root/options/options.html
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2024-01-03 12:59:25 +0100
committerGravatar Uko Kokņevičs2024-01-03 12:59:25 +0100
commitb69610285c11ec3251c78c31f60d8a9e92db6e0d (patch)
treea64fd8b91e9ba0a11b7e6d3ee983781f83e3d4d1 /options/options.html
downloadfloating-cats-extension-b69610285c11ec3251c78c31f60d8a9e92db6e0d.tar.gz
floating-cats-extension-b69610285c11ec3251c78c31f60d8a9e92db6e0d.tar.xz
floating-cats-extension-b69610285c11ec3251c78c31f60d8a9e92db6e0d.zip
Floating Cats 0.1
Diffstat (limited to 'options/options.html')
-rw-r--r--options/options.html42
1 files changed, 42 insertions, 0 deletions
diff --git a/options/options.html b/options/options.html
new file mode 100644
index 0000000..a45c527
--- /dev/null
+++ b/options/options.html
@@ -0,0 +1,42 @@
1<!DOCTYPE html>
2<html lang="en">
3 <head>
4 <meta charset="utf-8">
5 <title>Floating Cats Settings</title>
6
7 <meta name="viewport" content="width=device-width, initial-scale=1.0">
8
9 <link rel="icon" href="/marsey3d.webp" type="image/webp">
10
11 <link rel="stylesheet" href="normalize.css">
12 <link rel="stylesheet" href="style.css">
13 <link rel="stylesheet" href="/floating-cats.css">
14
15 <script defer src="options.js" type="module"></script>
16 <script defer src="/floating-cats.js" type="module"></script>
17 </head>
18 <body>
19 <header>
20 <span class="fill left"></span>
21 <h1>Floating Cats Settings</h1>
22 <span class="fill right"></span>
23 </header>
24 <main>
25 <p>
26 Hello, these are the settings for Floating Cats :3
27 </p>
28 <fieldset>
29 <div class="field-row">
30 <label for="enable">Enable:</label>
31 <input type="checkbox" id="enable" name="enable">
32 </div>
33 <div class="field-row">
34 Yeah that's it for now lol
35 </div>
36 </fieldset>
37 </main>
38 <footer>
39 <p>Copyright © 2024 Eris</p>
40 </footer>
41 </body>
42</html>