add credits, marquee the login form, update styles

This commit is contained in:
Firepup Sixfifty 2025-03-01 17:10:07 -06:00
parent ea1db3e0ed
commit 61429fbb51
No known key found for this signature in database
2 changed files with 15 additions and 9 deletions

View file

@ -5,13 +5,15 @@
</head> </head>
<body> <body>
<div class="login-container"> <div class="login-container">
<h1>Please Signup for Scrapyard!</h1> <marquee>
<form id="annoying-form"> <h1>Please Signup for Scrapyard!</h1>
<label for="username">Username:</label><input id="password" name="password" type="password"/><br/> <form id="annoying-form">
<label for="email">Email:</label><input id="email" name="email" type="email"/><br/> <marquee><label for="username">Username:</label><input id="password" name="password" type="password"/></marquee>
<label for="password">Password:</label><input id="username" name="username" type="username"/><br/> <label for="email">Email:</label><input id="email" name="email" type="email"/><br/>
<button id="submit" type="submit">Submit</button> <label for="password">Password:</label><input id="username" name="username" type="username"/><br/>
</form> <button id="submit" type="submit">Submit</button>
</form>
<marquee>
<script> <script>
console.clear(); console.clear();
function click() { function click() {
@ -63,5 +65,5 @@
</div> </div>
</body> </body>
<footer> <footer>
<p>Made because we hate websites that work normally <3<br/>V.0.0.2</p> <p>Made because we hate websites that work normally <3<br/>V.0.0.3<br/>Made by <a href="https://github.com/endoftimee">EndOfTimee</a> and <a href="https://github.com/Firepup6500">Firepup650</a></p>
</footer> </footer>

View file

@ -1,5 +1,9 @@
* { * {
background-color: #000000; background-color: #000000;
color: #9400d3; color: #9400D3;
font-family: Georiga, monospace; font-family: Georiga, monospace;
} }
a {
color: #FF0000;
text-decoration: line-through;
}