-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
55 lines (28 loc) · 1.21 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!doctype html>
<html lang="en">
<head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css">
<center> <h1 class="animated infinite bounce delay-1s">Everything.io</h1> </center>
<meta charset="utf-8">
<font color="Black ">
<meta name="description" content="Login to everything.io!">
<meta name="author" content="Ella, Zahara, Oona, Isabelle">
<title>Everything.io</title>
</head>
<body background="https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcTHrCyA2FcZobzQe_p5sT91GPq4FoMDxXRW8QZ7haYIqA1iZgJx&usqp=CAU">
<script src="script.js"></script>
<div>
<center><i><h3>Everything at your fingertips!</h3></i></center>
<br>
<center><label> Username:</label></center><br>
<center><input type="text" id="username"></center><br>
<center><label>Password:</label></center><br>
<center><input type="password" id="password"></center><br>
<center><button type="button" onclick="login()">Login</button></center>
<p>
<center> <body link="black">
<a href="https://ellabc23.github.io/everything.io/membership.html">Click here to find out how to get a membership</a></center>
</font>
</div>
</body>
</html>