-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
51 lines (33 loc) · 1.44 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
<!DOCTYPE html>
<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>
<title>Ludopy</title>
<link href="style.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">
<h1>Ludopy<h1>
<h4>Teaching the way to happiness</h4>
<div class="style.css">
<img src="http://www.alwaysonpurpose.com/wp-content/uploads/2015/04/happypeople.jpg" class="homepage-img" >
<h2>About Ludopy</h2>
<p> Ludopy is an online website where we help anyone who needs help with time organization, health and relieving stress.
This website is mainly targeted on students. You get to learn tips on how to survive school, how to time management, and how to keep in good shape/ be healthy.
</p>
</head>
<body>
<style>
body{
background-color:PowderBlue;
}
</style>
<p>Along with the quiz, you can also chat with other students and learn great tips on studying and time management!</p>
<p>You can find the login, about us, and a Ludopy Check-in quiz that you can take at the top of the page.</p>
</body>
</html>