mirror of
https://silica.codes/BedrockReverse/MCPackDecrypt.git
synced 2025-05-22 19:16:27 +12:00
Inital Commit:
This commit is contained in:
commit
8707e18fa9
16 changed files with 2242 additions and 0 deletions
11
renderer/index.html
Normal file
11
renderer/index.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue