NexusV1 commited on
Commit
c986f93
·
verified ·
1 Parent(s): c967f83

Update public/index.html

Browse files
Files changed (1) hide show
  1. public/index.html +4 -4
public/index.html CHANGED
@@ -336,9 +336,9 @@
336
  <p>Never expire or break</p>
337
  </div>
338
  <div class="feature">
339
- <div class="feature-icon">📊</div>
340
- <h3>No Size Limits</h3>
341
- <p>Upload files of any size</p>
342
  </div>
343
  </div>
344
  </div>
@@ -349,7 +349,7 @@
349
  <input type="file" name="file" id="fileInput" required>
350
  <label for="fileInput" class="file-input-label">
351
  📁 Click to select file or drag & drop
352
- <span class="file-input-sublabel">Any file type • Any size • Permanent hosting</span>
353
  </label>
354
  </div>
355
 
 
336
  <p>Never expire or break</p>
337
  </div>
338
  <div class="feature">
339
+ <div class="feature-icon">🚀</div>
340
+ <h3>File Size Limits</h3>
341
+ <p>1gb Max Size Per Upload</p>
342
  </div>
343
  </div>
344
  </div>
 
349
  <input type="file" name="file" id="fileInput" required>
350
  <label for="fileInput" class="file-input-label">
351
  📁 Click to select file or drag & drop
352
+ <span class="file-input-sublabel">Any file type • 1gb Size Max • Permanent hosting</span>
353
  </label>
354
  </div>
355