Update index.html

This commit is contained in:
MattTheTekie 2025-11-29 12:24:25 -05:00 committed by GitHub
commit dec8caf162
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -46,10 +46,10 @@
<div class="card {% if mode == 'dark' %}text-white bg-dark dark{% endif %} mb-3" style="width:90%; left: 5%; top:5px;">
<center><div class="card-header">
Welcome to the StreetPass Shop Uploader!
<h4>Download the <a href="https://github.com/CrazyHellTechnologies/streetpass-shop/raw/main/unistore/StreetPass-Shop.unistore">UniStore</a></h4>
<h4>Download the <a href="https://github.com/VeltronNET/streetpass-shop/raw/main/unistore/StreetPass-Shop.unistore">UniStore</a></h4>
<div id="card-header" class="form-text">The UniStore updates every three hours.</div>
<div id="card-header" class="form-text">Source code is available <a href="https://github.com/CrazyHellTechnologies/streetpass-shop">on our GitHub</a>.</div>
<div id="card-header" class="form-text">In need of support? Check out our <a href="https://gg.gg/CrazyHellTechnologiesChat">Discord</a>.</div>
<div id="card-header" class="form-text">Source code is available <a href="https://github.com/VeltronNET/streetpass-shop">on our GitHub</a>.</div>
<div id="card-header" class="form-text">In need of support? Check out our <a href="https://discord.go.veltron.net">Discord</a>.</div>
</div>
<div class="card-body">
<form id="uploadForm" action="/uploadJson" method="post" enctype="multipart/form-data" onsubmit="return validateForm()">