-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmaths.html
More file actions
33 lines (33 loc) · 1.2 KB
/
maths.html
File metadata and controls
33 lines (33 loc) · 1.2 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
<!DOCTYPE html>
<html>
<head>
<title>Maths - boboquack</title>
<link rel="stylesheet" type="text/css" href="sharedstyles.css">
<link rel="shortcut icon" href="Github%20Favicon.ico" type="image/x-icon">
</head>
<body>
<ul class="topbaritem">
<li><a href="/">Home</a></li>
<li class="dropdown">
<a href="games" class="dropdowntop">Games</a>
<div class="dropdowntail">
<a href="/games/puzzlescript">Puzzlescript</a>
</div>
</li>
<li class="dropdown">
<a href="maths" id="topbaractive" class="dropdowntop">Maths</a>
<div class="dropdowntail">
<a href="/maths/finitegraph">Finite Graphing</a>
<a href="/maths/combigames">Combi Game Theory</a>
</div>
</li>
</ul>
<div id="topbarspace"></div>
<h1>
Maths
</h1>
<p>
I really enjoy maths: here are two things that I've produced recently. The <a href="maths/finitegraph">first</a> is a graphing program which shows the whole plane inside a finite circle. The <a href="maths/combigames">second</a> is a set of notes I produced for a course into combinatorial game theory.
</p>
</body>
</html>