mirror of
https://silica.codes/BedrockReverse/MCPackDecrypt.git
synced 2025-04-05 13:12:46 +13:00
11 lines
No EOL
285 B
HTML
11 lines
No EOL
285 B
HTML
<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> |