Spaces:
Running
Running
Commit
·
7daaf55
1
Parent(s):
5db111d
Update templates/index.html
Browse files- templates/index.html +7 -1
templates/index.html
CHANGED
@@ -128,7 +128,13 @@
|
|
128 |
<div class="info">
|
129 |
|
130 |
<h3 style="border-bottom: 1px solid yellow; color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50;">{{ name }}</h3>
|
131 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
132 |
|
133 |
|
134 |
<div style="display: flex; margin-top: 3%;">
|
|
|
128 |
<div class="info">
|
129 |
|
130 |
<h3 style="border-bottom: 1px solid yellow; color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50;">{{ name }}</h3>
|
131 |
+
|
132 |
+
<p style="color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50;">
|
133 |
+
<a href="{{ loc_link }}">{{ loc }}</a> <br>
|
134 |
+
<a href="{{ ip_link }}">{{ ip }}</a> <br>
|
135 |
+
{{ org }}<br>
|
136 |
+
{{ time }}
|
137 |
+
</p>
|
138 |
|
139 |
|
140 |
<div style="display: flex; margin-top: 3%;">
|