BraydenMoore commited on
Commit
f57d935
1 Parent(s): 1e57a9d

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +4 -4
templates/index.html CHANGED
@@ -195,13 +195,13 @@
195
  <a href="{{ ip_link }}" target="_blank"> <h3 style="border-bottom: 2px solid yellow; color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50;">{{ name }}</h3></a>
196
 
197
  <div style="display: flex; margin-top: 22px; margin-bottom: 0%;">
198
- <a href="?new=true" style="border-radius: 5px; margin-right: 10px; display: inline-block;">
199
- <button class="hoverButton" style="border: 2px solid yellow; background-color: transparent; color: rgb(83, 83, 83); padding: 10px;">
200
  another
201
  </button>
202
  </a>
203
- <a href="?new=false&id={{ id }}" id="refreshSameFeedButton" style="border-radius: 5px; display: inline-block;">
204
- <button class="hoverButton" style="border: 2px solid rgb(83, 83, 83); background-color: transparent; color: rgb(83, 83, 83); padding: 10px;">
205
  refresh
206
  </button>
207
  </a>
 
195
  <a href="{{ ip_link }}" target="_blank"> <h3 style="border-bottom: 2px solid yellow; color:rgb(83, 83, 83); font-family: 'Helvetica'; font-weight: 50;">{{ name }}</h3></a>
196
 
197
  <div style="display: flex; margin-top: 22px; margin-bottom: 0%;">
198
+ <a href="?new=true" style="margin-right: 10px; display: inline-block;">
199
+ <button class="hoverButton" style="border-radius: 5px; border: 2px solid yellow; background-color: transparent; color: rgb(83, 83, 83); padding: 10px;">
200
  another
201
  </button>
202
  </a>
203
+ <a href="?new=false&id={{ id }}" id="refreshSameFeedButton" style="display: inline-block;">
204
+ <button class="hoverButton" style="border-radius: 5px; border: 2px solid rgb(83, 83, 83); background-color: transparent; color: rgb(83, 83, 83); padding: 10px;">
205
  refresh
206
  </button>
207
  </a>