summaryrefslogtreecommitdiff
path: root/notif/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'notif/index.html')
-rw-r--r--notif/index.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/notif/index.html b/notif/index.html
new file mode 100644
index 0000000..ca9a307
--- /dev/null
+++ b/notif/index.html
@@ -0,0 +1,20 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="UTF-8" />
+ <title>WUI - notif</title>
+ <style>
+ #input_msg {
+ width: calc(100% - 1em);
+ height: 4em;
+ }
+ .empty {
+ height: 100vh;
+ }
+ </style>
+ </head>
+ <body>
+ <p class="empty">Empty spaces.</p>
+ <script type="module" src="/notif/example.js"></script>
+ </body>
+</html>