BraydenMoore commited on
Commit
c0eebf5
·
verified ·
1 Parent(s): 359345d

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +2 -2
templates/index.html CHANGED
@@ -133,7 +133,7 @@
133
  flex-direction: column;
134
  align-items: flex-start;
135
  width: 400px;
136
- transition 0.3s ease;
137
  }
138
  @font-face {font-family: "Andale Mono";src: url("static/andalemono.ttf") format("truetype");}
139
  #info {
@@ -289,7 +289,7 @@
289
  <span id="tag">
290
  unsecured camera<br>
291
  is made by brayden moore<br>
292
- email: <a href=mailto:[email protected]>[email protected]</a></span>
293
  </p>
294
 
295
 
 
133
  flex-direction: column;
134
  align-items: flex-start;
135
  width: 400px;
136
+ transition 0.5s ease;
137
  }
138
  @font-face {font-family: "Andale Mono";src: url("static/andalemono.ttf") format("truetype");}
139
  #info {
 
289
  <span id="tag">
290
  unsecured camera<br>
291
  is made by brayden moore<br>
292
+ <a href=mailto:[email protected]>[email protected]</a></span>
293
  </p>
294
 
295