forked from itscodenation/hackathon-19-20
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (26 loc) · 1.52 KB
/
index.html
File metadata and controls
30 lines (26 loc) · 1.52 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Your CSS Linked Below-->
<link rel="stylesheet" href="css/styles.css">
<!-- jQuery Linked Below-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<!-- Bootstrap Javascript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<!-- Your Javascript Linked Below-->
<script src="js/script.js" defer></script>
</head>
<link href="https://fonts.googleapis.com/css?family=Oswald" rel="stylesheet">
<body>
<title> Unknown Name So Far</title>
<h1>World Peace</h1>
<h2 class="planet">Our website helps to save the planet. We give information about human caused problems. We try to find for you options to volunteer and donate money to help the cause.</h2>
<a href="page-one.html"><img class="arrow" src="https://luanneseymour.files.wordpress.com/2012/10/arrows_shapes_4.png?w=584"></a>
<img src="https://media.giphy.com/media/41SIOpeqCfIru/giphy.gif">
</body>
</html>