BraydenMoore commited on
Commit
7172df9
1 Parent(s): c95c043

Update templates/index.html

Browse files
Files changed (1) hide show
  1. 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;