about summary refs log tree commit diff
diff options
context:
space:
mode:
authormaride <maride@darknebu.la>2018-08-21 22:43:41 +0200
committermaride <maride@darknebu.la>2018-08-21 22:43:41 +0200
commit1e15776d63fc685549e694b5e99529100e96c9ba (patch)
tree03680afd8e3ba777570d0a895fedd676ade98449
parentf6d432dbfac5af069d670b472dac6f33b26cfba5 (diff)
Add background image
-rw-r--r--hosted/background.pngbin0 -> 44640 bytes
-rw-r--r--hosted/login.html3
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 :-)       */