Spaces:
Running
Running
BraydenMoore
commited on
Commit
·
335ffd7
1
Parent(s):
7646fb3
Update templates/index.html
Browse files- templates/index.html +9 -6
templates/index.html
CHANGED
@@ -129,17 +129,20 @@
|
|
129 |
|
130 |
<h3 style="border-bottom: 1px solid yellow; color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50;">{{ name }}</h3>
|
131 |
<p style="color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50;">{{ loc }} <br>< {{ ip }} <br> {{ org }} <br> {{ time }}</p>
|
132 |
-
|
133 |
-
|
|
|
|
|
|
|
134 |
another
|
135 |
-
|
136 |
</a>
|
137 |
-
|
138 |
<a href="?new=false" id="refreshSameFeedButton" style="display: inline-block;">
|
139 |
-
|
140 |
refresh
|
141 |
-
|
142 |
</a>
|
|
|
143 |
|
144 |
<div class="map-div">
|
145 |
<img id="map" src="{{ url_for('static', filename='map_populated.png') }}" style="width: 100%; height: 100%;" />
|
|
|
129 |
|
130 |
<h3 style="border-bottom: 1px solid yellow; color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50;">{{ name }}</h3>
|
131 |
<p style="color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50;">{{ loc }} <br>< {{ ip }} <br> {{ org }} <br> {{ time }}</p>
|
132 |
+
|
133 |
+
|
134 |
+
<div style="display: flex; margin-top: 3%;">
|
135 |
+
<a href="?new=true" style="margin-right: 10px; display: inline-block;">
|
136 |
+
<button class="hoverButton" style="border: 1px solid yellow; background-color: transparent; color: rgb(83, 83, 83); padding: 10px;">
|
137 |
another
|
138 |
+
</button>
|
139 |
</a>
|
|
|
140 |
<a href="?new=false" id="refreshSameFeedButton" style="display: inline-block;">
|
141 |
+
<button class="hoverButton" style="border: 1px solid yellow; background-color: transparent; color: rgb(83, 83, 83); padding: 10px;">
|
142 |
refresh
|
143 |
+
</button>
|
144 |
</a>
|
145 |
+
</div>
|
146 |
|
147 |
<div class="map-div">
|
148 |
<img id="map" src="{{ url_for('static', filename='map_populated.png') }}" style="width: 100%; height: 100%;" />
|