summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorjulian laplace <julescarbon@gmail.com>2023-05-08 23:49:29 +0200
committerjulian laplace <julescarbon@gmail.com>2023-05-08 23:49:29 +0200
commitb9dc2f677e7c3021aeeea6b1ab609a9b40806b48 (patch)
treec49c179515b2dce0784205e1d707f99d9ba6d0ee /index.html
parentcee4e2e53e1d7df114960daa78e7fd7b38e165b9 (diff)
v1 of relabi generator
Diffstat (limited to 'index.html')
-rw-r--r--index.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..d4ddd6c
--- /dev/null
+++ b/index.html
@@ -0,0 +1,26 @@
+<html>
+ <head>
+ <title>relabi</title>
+ <meta
+ name="viewport"
+ content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=no;"
+ />
+ <style>
+ html,
+ body {
+ overflow: hidden;
+ }
+ body {
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica,
+ Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
+ "Segoe UI Symbol";
+ color: white;
+ text-shadow: 0 0 1px #000;
+ transition: background-color 100ms;
+ user-select: none;
+ }
+ </style>
+ </head>
+ <body></body>
+ <script src="dist/main.js"></script>
+</html>