Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
SharkPool-SP authored Dec 22, 2024
1 parent 11d86b8 commit 8a50623
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<div class="promo-uploader">
<div class="section-upload" id="meta">
<span>Name of Product</span>
<input type="text" id="name" required="">
<input type="text" id="name" required="" maxlength="50">
<span>URL to Product</span>
<input type="url" id="url" placeholder="https://example.com" pattern="https://.*" required="">
</div>
Expand Down Expand Up @@ -160,5 +160,6 @@
</div>
</form>
<script src="scripts/startup.js" type="module"></script>
<script src="scripts/media-uploader.js"></script>
</body>
</html>

0 comments on commit 8a50623

Please sign in to comment.