-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (25 loc) · 759 Bytes
/
Copy pathindex.html
File metadata and controls
27 lines (25 loc) · 759 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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Coho Math Home</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<script type="text/javascript" src="scripts/summorial.js"></script>
<link rel="stylesheet" type="text/css" href="styles/main1.css" />
</head>
<body>
<div class="header">
<h1>Coho Math v2</h1>
<h2>Math functions explained!</h2>
</div>
<div class="navigator"><a name="cua"></a>
<ul>
<li class="activeNavigator"><a href="#">Home</a></li>
<li><a href="factorial.html">Factorial</a></li>
<li><a href="summorial.html">Summorial</a></li>
<li><a href="random.html">Random</a></li>
</ul>
</div>
<h1>Welcome</h1>
<p>This site gives examples of math functions.</p>
</body>
</html>