Spaces:
Running
Running
Update templates/index.html
Browse files- 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.
|
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 |
-
|
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 |
|