-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (35 loc) · 1.44 KB
/
Copy pathindex.html
File metadata and controls
39 lines (35 loc) · 1.44 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" type="text/css" href="style.css">
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
<title>Why We Need a Dog</title>
</head>
<body>
<div class = "header-image">
<div class = "header-text">
<h1 style="font-size:50px">Why We Need a Dog</h1>
<h3>and why it will be the best decision we ever made</h3>
<button>give me boop</button>
</div>
</div>
<h2>Here are just a few words to describe why we need a dog:</h2>
<ul>Companionship</ul>
<ul>Cuddles</ul>
<ul>Boops</ul>
<ul>Snuggles</ul>
<ul>Mental Health</ul>
<ul>Making Friends</ul>
<ul>Dog Parks</ul>
<ul>Healthy Walks</ul>
<div id="chart_div"></div>
<div class =
prezi>
<center><iframe id="iframe_container" frameborder="0" webkitallowfullscreen="" mozallowfullscreen="" allowfullscreen="" allow="autoplay; fullscreen" width="550" height="400" src="https://prezi.com/embed/h3tdjvalp5zb/?bgcolor=ffffff&lock_to_path=0&autoplay=0&autohide_ctrls=0&landing_data=bHVZZmNaNDBIWnNjdEVENDRhZDFNZGNIUE43MHdLNWpsdFJLb2ZHanI5ejhsMjlxMHl2dHB4Tlp4c2FPVTIvVTdRPT0&landing_sign=IInYRd3PkyXmoj2ZtSP5CWEGrHG7EQp7uGBFSdh8LnA"></iframe></center>
</div>
<script src="dogs.js"></script>
</body>
</html>