aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/content.template
blob: 57cbd47092d94bf043926deacdc7bb0dfa620fd3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
	<head>
		<meta charset="UTF-8" />
		<meta name="viewport" content="width=device-width" />
		<link rel="stylesheet" href="content.css" type="text/css" media="all">
		<link rel="stylesheet" href="code.css" type="text/css" media="all">
		<title>bruijn std/NAME</title>
	</head>
	<body>
		<h1>NAME</h1> INFO
<pre>
<code class="language-bruijn">
CONTENT
</code>
</pre>

	<script src="code.js" charset="utf-8"></script>
	</body>
</html>