1
0
mirror of https://github.com/LiEnby/eCDP-Serial-Code.git synced 2025-04-18 22:18:51 +01:00

Add files via upload

This commit is contained in:
Bluzume 2020-11-28 01:09:06 +13:00 committed by GitHub
parent 52156e0445
commit 3d412f576f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -1,13 +1,13 @@
body{
background-image: url("bg.gif");
background-repeat: repeat;
position: relative;
text-align:center;
}
.keygen{
display: inline-block;
margin: 10px;
top: 50px;
top: 15%;
position: relative;
padding:20px;
width:50%;
text-align:center;

View File

@ -18,9 +18,9 @@
<input type="text" id="dsiMac5" class="macAddr" value="00" maxlength="2"><br>
Store Number:<br>
<input type="text" id="storeId" class="entry" value="000000" maxlength="6" size="3"><br>
Store Management Number of DS Card:
Store Management Number of DS Card:<br>
<input type="text" id="managementId" class="entry" value="000000" maxlength="6" size="3"><br>
<input type="submit" id="generate_password" class="button" value="Place Offering" onclick="placeOffering()">
<input type="submit" id="generate_password" class="button" value="Place Offering" onclick="placeOffering()"><br>
<div id="offering"></div>
</div>
<script>