Compare commits
No commits in common. "872d53db5f4c3950dc8fcf49698a4faa24b7bcf5" and "6b97b226e694aefa5c57ae731026c4038fc7134b" have entirely different histories.
872d53db5f
...
6b97b226e6
3 changed files with 1 additions and 28 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,6 +1,5 @@
|
||||||
# Generated files
|
# Generated files
|
||||||
node_modules
|
node_modules
|
||||||
build
|
|
||||||
|
|
||||||
# Editor artifacts
|
# Editor artifacts
|
||||||
.vscode
|
.vscode
|
||||||
|
|
5
spec.js
5
spec.js
|
@ -108,10 +108,5 @@ module.exports = [
|
||||||
type: "pug",
|
type: "pug",
|
||||||
source: "/home.pug",
|
source: "/home.pug",
|
||||||
target: "/index.html"
|
target: "/index.html"
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "pug",
|
|
||||||
source: "/login.pug",
|
|
||||||
target: "/login.html"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -1,21 +0,0 @@
|
||||||
doctype html
|
|
||||||
html
|
|
||||||
head
|
|
||||||
meta(charset="utf-8")
|
|
||||||
link(rel="stylesheet" type="text/css" href=getStatic("/sass/main.sass"))
|
|
||||||
title Carbon
|
|
||||||
body
|
|
||||||
main.main
|
|
||||||
form
|
|
||||||
div
|
|
||||||
label(for="login") Username
|
|
||||||
input(type="text" name="login" autocomplete="username" placeholder="example:matrix.org" required)#login
|
|
||||||
div
|
|
||||||
label(for="password") Password
|
|
||||||
input(type="text" name="password" autocomplete="current-password" required)#password
|
|
||||||
div
|
|
||||||
|
|
||||||
label(for="homeserver") Homeserver
|
|
||||||
input(type="text" name="homeserver" value="matrix.org" required)#homeserver
|
|
||||||
div
|
|
||||||
input(type="submit" value="Login")
|
|
Loading…
Add table
Add a link
Reference in a new issue