-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmenu.html
More file actions
16 lines (15 loc) · 816 Bytes
/
menu.html
File metadata and controls
16 lines (15 loc) · 816 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html>
<head>
<title>Menu | mathematicalcoder</title>
<link href="https://mathematicalcoder.github.io/mainsite/style.css" rel="stylesheet" type="text/css" />
<base target="_parent">
</head>
<body>
<table class="noborder">
<tr>
<td><p style="font-family: Microsoft YaHei, Inter, Helvetica;"><b>mathematicalcoder</b></p></td>
<td style="width:100%"><p style="font-family: Microsoft YaHei, Inter, Helvetica;"><b><a href="https://mathematicalcoder.github.io/mainsite/">Main Page</a> | <a href="https://mathematicalcoder.github.io/mainsite/math/">Math</a> | <a href="https://mathematicalcoder.github.io/mainsite/puzzles/">Puzzles</a> | <a href="https://mathematicalcoder.github.io/mainsite/programming/">Programming</a></b></p></td>
</tr>
</table>
</body>
</html>