aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/index.template
blob: 9cbb1f5b6a5fa088279d13a719ccffd2947e9fc8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
	<head>
		<meta charset="UTF-8" />
		<meta name="viewport" content="width=device-width" />
		<link rel="stylesheet" href="index.css" type="text/css" media="all">
		<title>bruijn standard library</title>
	</head>
	<body>
		<h1>bruijn standard library</h1>
		<ol>
			LINKS
		</ol>
	</body>
</html>