-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (24 loc) · 868 Bytes
/
index.html
File metadata and controls
28 lines (24 loc) · 868 Bytes
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
<html>
<head>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<h1>Sullivan Muse</h1>
<p><a href="https://www.linkedin.com/in/sullivan-muse/">LinkedIn</a></p>
<hr />
Helpful resources:
<ul>
<li><a href="simple.html">Simple</a></li>
<li><a href="laplace.html">Laplace Table</a></li>
<li><a href="derivative.html">Derivative Table</a></li>
<li><a href="integral.html">Integral Table</a></li>
<li><a href="vectors.html">Vectors</a></li>
<li><a href="calculus.html">Calculus</a></li>
<li><a href="structures.html">Structures</a></li>
<li><a href="thermofluids.html">Thermofluids</a></li>
<li><a href="orbital.html">Orbital</a></li>
<li><a href="reliability.html">Reliability</a></li>
<li><a href="matrices.html">Matrices</a></li>
</ul>
</body>
</html>