-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (28 loc) · 714 Bytes
/
index.html
File metadata and controls
34 lines (28 loc) · 714 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
29
30
31
32
33
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Home</title>
<link href="css/main.css" rel="stylesheet">
</head>
<body>
<br>
<p><a href="de.htm" lang="de" class="modest">German</a>
| <a href="https://github.com/JohnBSmith" class="modest">GitHub</a>
| <a href="Rest/Kontakt.htm" class="modest">Email</a>
</p>
<h2>Home</h2>
<p><a href="moss/home.htm">Moss</a>
| <a href="cas/en.htm">CAS</a>
| <a href="plot/home.htm">Function grapher suite</a>
</p>
<p><a href="Mathematics/Geometry/Curves.htm">Curves</a>
| <a href="Mathematics/Geometry/Surfaces.htm">Surfaces</a>
</p>
<p>Publications:
</p>
<ul>
<li><a href="Mathematics/HM/HM.pdf">Handbook of Mathematics</a>
</ul>
</body>
</html>