-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathbase.html
More file actions
62 lines (51 loc) · 1.28 KB
/
base.html
File metadata and controls
62 lines (51 loc) · 1.28 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
50
51
52
53
54
55
56
57
58
59
60
61
62
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>math189r</title>
<meta name="description" content="Harvey Mudd Mathematics of Big Data I">
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<div class="header">
<h2> <a href="index.html">math189r</a> </h2>
<h3>
<a href="info/">Info</a> |
<a href="hw/">Homework</a> |
<a href="materials/">Materials</a>
</h3>
</div>
<div class="body">
<h3>Mathematics of Big Data I</h3>
<p>
Math 189r - Special Topics</br>
Professor Weiqing Gu</br>
Harvey Mudd College
</p>
<h3>Header 3</h3>
<p>
Text Here.
</p>
<h4> Header 4 </h4>
<p>
More text.
</p>
<pre>$ ls -a
$ echo "this is code"</pre>
<table border="1">
<tr>
<td><h4> Monday </h4></td>
<td> Thursday </td>
</tr>
<tr>
<td> September 5
<p> Readings? </p>
</td>
<td> September 8
<p> Section </p>
</td>
</tr>
</table>
</div>
</body>
</html>