Initial Version
This commit is contained in:
commit
3046b1ee7b
21 changed files with 491 additions and 0 deletions
support_formatter/pages
34
support_formatter/pages/index.html
Normal file
34
support_formatter/pages/index.html
Normal file
|
@ -0,0 +1,34 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Support File Converter</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Convert to Nerone-compatible data</h1>
|
||||
<form method=post enctype=multipart/form-data>
|
||||
<label for="fusername">Username:</label>
|
||||
<input type="text" id="fusername" name="username" placeholder="Your username">
|
||||
<br />
|
||||
<label for="ffriendcode">Friendcode:</label>
|
||||
<input type="text" id="ffriendcode" name="friendcode" placeholder="000,000,000">
|
||||
<br />
|
||||
<br />
|
||||
<label for="fservantdata">Servant Data</label>
|
||||
<br />
|
||||
<input type="file" id="fservantdata" name="servantdata">
|
||||
<br />
|
||||
<br />
|
||||
<label for="fcedata">CE Data (optional)</label>
|
||||
<br />
|
||||
<input type="file" id="fcedata" name="cedata">
|
||||
<br />
|
||||
<br />
|
||||
<input type="submit" value="Upload">
|
||||
</form>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue