Update templates/index.html
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
}
|
13 |
|
14 |
body {
|
15 |
-
background-image: url('static/
|
16 |
background-size: cover;
|
17 |
background-position: center;
|
18 |
background-attachment: fixed;
|
|
|
12 |
}
|
13 |
|
14 |
body {
|
15 |
+
background-image: url('static/bg2.png');
|
16 |
background-size: cover;
|
17 |
background-position: center;
|
18 |
background-attachment: fixed;
|