-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (22 loc) · 817 Bytes
/
Copy pathindex.html
File metadata and controls
25 lines (22 loc) · 817 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Blackerz Blog</title>
<meta charset="UTF-8" />
<meta name="description" content="A blog relating to maths, calculators and programming" />
<meta name="keywords" content="Python, Maths, A-Level, Calculators" />
<meta name="author" content="James Blackburn" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body>
<nav>
<a href="/maths/random/index.html">Random Maths</a> |
<a href="/maths/fp/index.html">Further Pure</a> |
<a href="/maths/fd/index.html">Further Decision</a> |
<a href="/programming/index.html">Programming</a> |
<a href="/gentoo/index.html">Gentoo Guides</a> |
<a href="/chemistry/index.html">Chemistry</a> |
<a href="/cv/index.html">Personal CV</a>
</nav>
</body>
</html>