Update templates/index.html
Browse files- templates/index.html +4 -0
templates/index.html
CHANGED
|
@@ -12,6 +12,10 @@
|
|
| 12 |
<link rel="icon" type="image/png" href="https://i.ibb.co/gvKPXJD/eye.gif">
|
| 13 |
<title>{{ page_title|safe }}</title>
|
| 14 |
<style>
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
body {
|
| 16 |
justify-content: center;
|
| 17 |
background-color: black;
|
|
|
|
| 12 |
<link rel="icon" type="image/png" href="https://i.ibb.co/gvKPXJD/eye.gif">
|
| 13 |
<title>{{ page_title|safe }}</title>
|
| 14 |
<style>
|
| 15 |
+
button {
|
| 16 |
+
cursor: pointer;
|
| 17 |
+
}
|
| 18 |
+
|
| 19 |
body {
|
| 20 |
justify-content: center;
|
| 21 |
background-color: black;
|