-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (37 loc) · 1.49 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
<html>
<head>
<title>GOTCHA!</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="style.css" type="text/css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Anton|Montserrat:400,600|Quicksand:400,500,700" rel="stylesheet">
</head>
<body>
<header>
<div class="header">
<h1 id="mainhead"><a href="index.html">GOTCHA!</a></h1>
<h2 id="underhead">Find your new friend here!</h3>
</div>
</header>
<div class="main">
<h1>WELCOME to GOTCHA!</h1>
<h2>GOTCHA! will find friends just for you</h2>
<p>Do you like cats? Do you like coffee? Do you like books? And you want to find friends just like you?<br>
<strong>JOIN US NOW!</strong> We will find people from the entire world with the same interest like you and then be friend!<br>
You can chat, discuss anything, share photos and videos, post your daily activity, make a group or join a group, and let's hangout! Sounds fun, right?!</p>
<h3>3 easy steps to join GOTCHA!</h3>
<ul>
<li>Click the Sign Up button below</li>
<li>Fill the form</li>
<li>Share your interests</li>
</ul>
<p>and <strong>DONE!</strong><br>
So, what are you waiting for? Sign Up now!</p>
<form action="form.html" target="-_blank">
<input type="submit" value="Sign Up" name="signup">
</form>
</div>
<footer>
Copyright © 2018 Natascha Lamsu
</footer>
</body>
</html>