First commit

This commit is contained in:
Henrik Jess Nielsen
2026-05-26 22:21:27 +02:00
parent 2743a236b2
commit 05eed51e7d
90 changed files with 8690 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
<style>
html,
body,
iframe {
margin: 0;
border: 0;
padding: 0;
display: block;
width: 420px;
height: 270px;
background: black;
color: black;
}
</style>
<body>
<script src="js/popup.js"></script>
</body>