aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/content.template
blob: c19461f1152c67c8e8a74db736dd410279212f45 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!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">
		<title>bruijn std/</title>
	</head>
	<body>
		<h1>NAME</h1>
<pre>
CONTENT
</pre>

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