Spaces:
Running
Running
BraydenMoore
commited on
Commit
·
c65ceca
1
Parent(s):
8a3a984
Update templates/index.html
Browse files- templates/index.html +2 -1
templates/index.html
CHANGED
@@ -88,6 +88,7 @@
|
|
88 |
transition: 0.5s ease-in-out;
|
89 |
}
|
90 |
a {
|
|
|
91 |
color:rgb(83, 83, 83);
|
92 |
}
|
93 |
@media only screen and (orientation: portrait) {
|
@@ -125,7 +126,7 @@
|
|
125 |
<img id="feed" class="feed" src="" />
|
126 |
<div class="info">
|
127 |
|
128 |
-
|
129 |
|
130 |
<div style="display: flex; margin-top: 3%; margin-bottom: 3%;">
|
131 |
<a href="?new=true" style="margin-right: 10px; display: inline-block;">
|
|
|
88 |
transition: 0.5s ease-in-out;
|
89 |
}
|
90 |
a {
|
91 |
+
text-decoration: none;
|
92 |
color:rgb(83, 83, 83);
|
93 |
}
|
94 |
@media only screen and (orientation: portrait) {
|
|
|
126 |
<img id="feed" class="feed" src="" />
|
127 |
<div class="info">
|
128 |
|
129 |
+
<a href="{{ ip_link }}" target="_blank"> <h3 style="margin:0; border-bottom: 1px solid yellow; color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50;">{{ name }}</h3></a>
|
130 |
|
131 |
<div style="display: flex; margin-top: 3%; margin-bottom: 3%;">
|
132 |
<a href="?new=true" style="margin-right: 10px; display: inline-block;">
|