-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMATH147.html
36 lines (32 loc) · 1.33 KB
/
MATH147.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=0.5">
<meta name="CS+Mathies" content="1A finals course content review">
<meta name="keywords" content="double degree, finals, uwaterloo, exams">
<meta name="author" content="cs+mathies">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script>
<title>MATH 147</title>
</head>
<body lang="en-us">
<nav class="navbar navbar-inverse">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="#">MATH 147 - Kathryn Hare</a>
</div>
<ul class="nav navbar-nav">
<li><a href="#">Properties of Numbers</a></li>
<li><a href="#">Sequences and Their Limits</a></li>
<li><a href="#">Limits of Functions and Continuity</a></li>
<li><a href="#">Differentiation</a></li>
<li><a href="#">The Mean Value Theorem and its Applications</a></li>
<li><a href="#">Taylor Polynomials and Taylor's Theorem</a></li>
</ul>
</div>
</nav>
</body>
</html>