mirror of
https://github.com/System-End/Scrapyard.git
synced 2026-04-19 16:28:26 +00:00
add credits, marquee the login form, update styles
This commit is contained in:
parent
ea1db3e0ed
commit
61429fbb51
2 changed files with 15 additions and 9 deletions
18
index.html
18
index.html
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,9 @@
|
|||
* {
|
||||
background-color: #000000;
|
||||
color: #9400d3;
|
||||
color: #9400D3;
|
||||
font-family: Georiga, monospace;
|
||||
}
|
||||
a {
|
||||
color: #FF0000;
|
||||
text-decoration: line-through;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue