first commit

This commit is contained in:
nix
2026-05-16 11:10:19 +02:00
commit 509c9b3737
172 changed files with 14496 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html>
<head>
<title>Bad UI</title>
<link rel="stylesheet" href="css.css"/>
</head>
<body>
<div id="main">
<div class="itemDiv">
<input id="userNameInput" placeholder="Username"/>
</div>
<div class="itemDiv">
<input type="password" placeholder="Password"/>
</div>
<div class="itemDiv">
<button href="/secret/one.mp4">Sign Up</button>
</div>
<img id="bin" src="bin.png">
</div>
<script src="js.js"></script>
</body>
</html>