BraydenMoore commited on
Commit
489188b
·
1 Parent(s): 2c4a823

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +2 -2
templates/index.html CHANGED
@@ -214,11 +214,11 @@
214
  <a href="{{ ip_link }}" target="_blank"> <h3 style="border-bottom: 2px solid yellow;" id="location-name">{{ page_title|safe }}</h3></a>
215
 
216
  <div style="display: flex; margin-top: 22px; margin-bottom: 0%;">
217
- <a style="margin-right: 10px; display: inline-block;">
218
  <button class="hoverButton" onclick="window.location.href='?new=true'" style="border-radius: 5px; border: 2px solid yellow; background-color: transparent; padding: 10px;">
219
  another
220
  </button>
221
- </a>
222
  <a id="refreshSameFeedButton" style="display: inline-block;">
223
  <button class="hoverButton" onclick="window.location.href='?new=false&id={{ id }}'" style="border-radius: 5px; border: 2px solid rgb(53, 53, 53); background-color: transparent; padding: 10px;">
224
  refresh
 
214
  <a href="{{ ip_link }}" target="_blank"> <h3 style="border-bottom: 2px solid yellow;" id="location-name">{{ page_title|safe }}</h3></a>
215
 
216
  <div style="display: flex; margin-top: 22px; margin-bottom: 0%;">
217
+
218
  <button class="hoverButton" onclick="window.location.href='?new=true'" style="border-radius: 5px; border: 2px solid yellow; background-color: transparent; padding: 10px;">
219
  another
220
  </button>
221
+
222
  <a id="refreshSameFeedButton" style="display: inline-block;">
223
  <button class="hoverButton" onclick="window.location.href='?new=false&id={{ id }}'" style="border-radius: 5px; border: 2px solid rgb(53, 53, 53); background-color: transparent; padding: 10px;">
224
  refresh