-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathweek2.html
65 lines (55 loc) · 1.74 KB
/
week2.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html lang="en">
<body class="view" >
<div class="page">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Tiger Giraffe's Project Page">
<meta name="author" content="Tiger Giraffe">
<link rel="icon" href="icon.ico">
<!-- Bootstrap core CSS -->
<link href="Core/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="Core/style.css" rel="stylesheet">
</head>
<body>
<header class="header-bar">
<a name="top"></a>
<p></p>
</header>
<!-- Title Splash -->
<!--<div class="container">-->
<div class="title">
<h1 class="title">Presentation</h1>
<h6></h6>
</div>
<!--</div>-->
<!-- Fun quick links to stuff -->
<ul class="nav nav-justified nav-pills navbar">
<li role="presentation"><a href="index.html">Home</a></li>
<li role="presentation" class="active"><a href="presentation.html">Presentation</a></li>
<li role="presentation"><a href="reference.html">References</a></li>
<li role="presentation"><a href="team.html">Team Tiger Giraffe</a></li>
</ul>
<!-- Body text -->
<div class="content">
<!-- SCRIPT -->
<center>
<h3>Week 2 Resources - 10/26/2015</h3>
</center>
<iframe style="width:100%; height:640px; margin-bottom:40px" src="Presentation/script2.html"></iframe>
</div>
<!-- Provide a link back to the top of the page -->
<footer class="footer">
<p>Dakota Funchess, Joey Schiavi, Kayla Pozo, Michael Elliott</p>
<p>tigergiraffe@cats.com</p>
<p>
<a href="#top">Back to top</a>
</p>
</footer>
</body>
</div>
</body>
</html>