aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMarc Coquand <marcc@fastmail.fr>2023-12-03 12:50:57 -0600
committerMarc Coquand <marcc@fastmail.fr>2023-12-03 12:50:57 -0600
commitc061f9f983561c77be8e59249fe523a9b55148dd (patch)
treecc41f8bf63f84f34b8c1eefabd9c8497ec5482ba /bin
parent8ca3acccf6997bde3afa1d1074bd753f908a77c4 (diff)
downloadwormhole-c061f9f983561c77be8e59249fe523a9b55148dd.tar.gz
wormhole-c061f9f983561c77be8e59249fe523a9b55148dd.tar.bz2
wormhole-c061f9f983561c77be8e59249fe523a9b55148dd.zip
Deleting old stuff
Diffstat (limited to '')
-rw-r--r--bin/login.eml13
1 files changed, 0 insertions, 13 deletions
diff --git a/bin/login.eml b/bin/login.eml
deleted file mode 100644
index 44c1c47..0000000
--- a/bin/login.eml
+++ /dev/null
@@ -1,13 +0,0 @@
-let render =
-<body>
- <h4>Login</h4>
- <form class="input-validation-required">
- <sl-input size="small" type="text" name="username" placeholder="username"></sl-input>
- <br />
- <sl-input size="small" type="password" name="password" placeholder="password">
- <br />
- </sl-input>
- <br />
- <sl-button size="small" type="Login" variant="primary">Submit</sl-button>
- </form>
-</body>