-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathtest-branch.html
29 lines (28 loc) · 1.04 KB
/
test-branch.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html>
<head>
<script type="module" defer src="test-branch/armor-testing.js"></script>
<link rel="stylesheet" href="test-branch/test-branch.css" />
<link rel="stylesheet" href="index.css" />
</head>
<body>
<nav><a href="https://rocketpuppy.github.io/Nebulous-Fleet-Command-Minmax-Tool/">Home</a></nav>
<h1>Test Branch Tools</h1>
<p>
These tools are for working with the public test branch.
They are only going to be useful during public test periods.
</p>
<h2>Cargo Feeder Armor Converter</h2>
<div class='full-width'>
<div class='inputs-form'>
<fieldset class="control-group">
<legend>Select Fleet</legend>
<input type="file" id="fleet-file" accept=".fleet" />
<div id='drag-target'><p>Drag and Drop File to Load</p></div>
</fieldset>
</div>
<div id="download-target">
</div>
</div>
</body>
</html>