diff options
-rw-r--r-- | hosted/background.png | bin | 0 -> 44640 bytes | |||
-rw-r--r-- | hosted/login.html | 3 |
2 files changed, 3 insertions, 0 deletions
diff --git a/hosted/background.png b/hosted/background.png new file mode 100644 index 0000000..3654637 --- /dev/null +++ b/hosted/background.png Binary files differdiff --git a/hosted/login.html b/hosted/login.html index 259278d..973d2b0 100644 --- a/hosted/login.html +++ b/hosted/login.html @@ -4,6 +4,9 @@ <meta charset="utf-8"> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"> <style type="text/css"> + body { + background-image: url("/files/background.png"); + } .vertical-center { min-height: 100%; /* Fallback for browsers do NOT support vh unit */ min-height: 100vh; /* These two lines are counted as one :-) */ |