create-schematic-gen-site/site/index.html

20 lines
621 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Schematic Materials Extractor</title>
</head>
<body>
<h1>Create Schematic Materials Extractor</h1>
<p>
Use this site to extract lists of materials from one or more schematics (that were generated by the Create mod), so that you can automatically extract all the materials from an automated storage system.
</p>
<form id="schematic-form">
<input id="schematic-file-input" name="schematics" type="file" multiple accept=".nbt" required/>
<button type="submit">Submit</button>
</form>
<script src="files.js"></script>
</body>
</html>