Inital Commit:

This commit is contained in:
Li 2023-07-24 00:15:53 +12:00
commit 8707e18fa9
16 changed files with 2242 additions and 0 deletions

11
renderer/index.html Normal file
View file

@ -0,0 +1,11 @@
<html>
<head>
<link rel="stylesheet" href="./styles.css">
<meta http-equiv="Content-Security-Policy" content="script-src 'self';">
<title>MC Pack Decrypter</title>
</head>
<body>
<div id="categories"></div>
</body>
<script src="./script.js"></script>
</html>