-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathHome.html
More file actions
49 lines (28 loc) · 1.12 KB
/
Home.html
File metadata and controls
49 lines (28 loc) · 1.12 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Home Page</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" type ="text/css" href="Home.css">
</head>
<body >
<div class ="body">
<div class="Header">
<h1 id="head">LOVE ARMY </h1>
<img src="love.png">
</div>
<div class ="welcome">
<h1 id="join">JOIN THE ARMY</h1>
<p>
LoveArmy is the new movement. Join us.
This idea was born when we thought of how supportive it would be to send and receive positive messages from random strangers. LoveArmy is a place to talk. LoveArmy is a place to connect. LoveArmy is home.
</p>
<a href="LoginTest.html" class = "button"> Login!</a>
<h3>Not a Soldier Yet?</h3>
<a href="newUser.html" class = "button"> ENLIST NOW</a>
</div>
</div>
<script type="text/javascript" src="Home.js"></script>
</body>
</html>