BraydenMoore commited on
Commit
f6eaca4
1 Parent(s): 0f3589a

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +2 -2
templates/index.html CHANGED
@@ -134,8 +134,8 @@
134
  <h3 style="border-bottom: 1px solid yellow; color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50;">{{ name }}</h3>
135
 
136
  <p style="color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50;">
137
- <a href="{{ loc_link }}" target="_blank">{{ loc }}</a> <br>
138
- <a href="{{ ip_link }}" target="_blank">{{ ip }}</a> <br>
139
  {{ org }}<br>
140
  {{ time }}
141
  </p>
 
134
  <h3 style="border-bottom: 1px solid yellow; color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50;">{{ name }}</h3>
135
 
136
  <p style="color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50;">
137
+ <a href="{{ ip_link }}" target="_blank">{{ ip }}</a> <br>
138
+ <a href="{{ loc_link }}" target="_blank">{{ loc }}</a> <br>
139
  {{ org }}<br>
140
  {{ time }}
141
  </p>