Update index.html
This commit is contained in:
parent
caa77b73c4
commit
dec8caf162
1 changed files with 3 additions and 3 deletions
|
|
@ -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()">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue