-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpage2.html
70 lines (38 loc) · 1.68 KB
/
page2.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<html>
<head>
<div style="background-color:SkyBlue;color:PowederBlue;padding:20px;">
<ul>
<li><a href="page2.html">Login Page</a>
<li><a href="aboutus.html">About Us</a>
<li><a href="https://docs.google.com/forms/d/1UIqOLCipn_uSohq-zCtbHeJmdxBmKH3IpGd1YJCPfi8/edit?ts=58a5163f" target="blank">Ludopy Check-in Quiz</a>
</ul>
</div>
<link href="style2.css" type="text/css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Codystar" type="text/css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Poiret+One" type="text/css" rel="stylesheet">
<style>
body {
background-color:CadetBlue;
}
</style>
</head>
<body>
<h1>Ground Rules: </h1>
<p> Before we get started and login in, we do have some ground rules that we need to follow. </p>
<ul>
<li>Do not spread hate to any other users; that makes them more stressed out and destroys the purpouse of the site.</li>
<li>If you have any comments (good or bad) on the site, feel free to message us (e-mail or any other social media) about them.</li>
<li>When you see someone who is having some trouble in school and needs help, please give them positive feedback and be kind to one another.</li>
</ul>
<div class="style2.css">
<img src="http://kingofwallpapers.com/community/community-025.jpg" class="page2-img">
<header>
<h1>Login Here!</h1>
</header>
<form action="demo_form.asp" method="get">
First name: <input type="text" name="fname"><br>
Last name: <input type="text" name="lname"><br>
<button type="submit" value="Submit">Submit</button>
<button type="reset" value="Reset">Reset</button>
</form>
</body>