BraydenMoore commited on
Commit
72e159c
·
1 Parent(s): 1abd420

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +1 -18
templates/index.html CHANGED
@@ -153,14 +153,6 @@
153
  #share:hover {
154
  opacity: 0.5;
155
  }
156
- #info-container {
157
- overflow: hidden;
158
- max-height: auto;
159
- transition: max-height 0.3s ease;
160
- }
161
- .collapsed {
162
- max-height: 0;
163
- }
164
 
165
 
166
 
@@ -230,8 +222,6 @@
230
  <p id="copied" class="tag" style="visibility: hidden;">copied</p>
231
  </div>
232
 
233
- <button id="toggle-button">more info</button>
234
- <div id="info-container">
235
  <p id="info-text" style="color:rgb(53, 53, 53); font-family: 'Helvetica'; font-weight: 50;">
236
  owner: {{ owner }}<br>
237
  ip: {{ ip }}<br>
@@ -239,8 +229,7 @@
239
  time: <span id="time"></span><br><br>
240
 
241
  <span class="tag">a brayden moore website<br></span>thanks for visiting
242
- </p>
243
- </div>
244
 
245
 
246
  <!--
@@ -425,12 +414,6 @@
425
  window.location.href = '/?new=true';
426
  }
427
  });
428
-
429
- // Toggle info on click
430
- document.getElementById('toggle-button').addEventListener('click', function() {
431
- const container = document.getElementById('info-container');
432
- container.classList.toggle('collapsed');
433
- });
434
 
435
  </script>
436
  </body>
 
153
  #share:hover {
154
  opacity: 0.5;
155
  }
 
 
 
 
 
 
 
 
156
 
157
 
158
 
 
222
  <p id="copied" class="tag" style="visibility: hidden;">copied</p>
223
  </div>
224
 
 
 
225
  <p id="info-text" style="color:rgb(53, 53, 53); font-family: 'Helvetica'; font-weight: 50;">
226
  owner: {{ owner }}<br>
227
  ip: {{ ip }}<br>
 
229
  time: <span id="time"></span><br><br>
230
 
231
  <span class="tag">a brayden moore website<br></span>thanks for visiting
232
+ </p>
 
233
 
234
 
235
  <!--
 
414
  window.location.href = '/?new=true';
415
  }
416
  });
 
 
 
 
 
 
417
 
418
  </script>
419
  </body>