summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2024-07-13 17:40:01 -0400
committerKyle Gunger <kgunger12@gmail.com>2024-07-13 17:40:01 -0400
commitf2a80521f6d7314934ff172a92a645ca90c13b5b (patch)
tree430a30e393789118d09e201b1c2826bd4c0d4e34 /index.html
parent1e0a2cb6e2eff623b5444cd412458134422bf711 (diff)
Import existing code
Diffstat (limited to 'index.html')
-rw-r--r--index.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..813d85a
--- /dev/null
+++ b/index.html
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <script src="./puppet.js"></script>
+ <title>Cursed Pack Downloader</title>
+</head>
+<body>
+ <span>Manifest file:</span>
+ <input id="manifest" type="file" />
+ <br/>
+ <span>Link file:</span>
+ <input id="links" type="file" />
+ <br/>
+ <button id="start">Start</button>
+ <button id="next">Next 15</button>
+</body>
+</html> \ No newline at end of file