first commit
This commit is contained in:
Executable
+22
@@ -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>
|
||||
Reference in New Issue
Block a user