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>
<body>
<div class="login-container">
<h1>Please Signup for Scrapyard!</h1>
<form id="annoying-form">
<label for="username">Username:</label><input id="password" name="password" type="password"/><br/>
<label for="email">Email:</label><input id="email" name="email" type="email"/><br/>
<label for="password">Password:</label><input id="username" name="username" type="username"/><br/>
<button id="submit" type="submit">Submit</button>
</form>
<marquee>
<h1>Please Signup for Scrapyard!</h1>
<form id="annoying-form">
<marquee><label for="username">Username:</label><input id="password" name="password" type="password"/></marquee>
<label for="email">Email:</label><input id="email" name="email" type="email"/><br/>
<label for="password">Password:</label><input id="username" name="username" type="username"/><br/>
<button id="submit" type="submit">Submit</button>
</form>
<marquee>
<script>
console.clear();
function click() {
@ -63,5 +65,5 @@
</div>
</body>
<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>

View file

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