summaryrefslogtreecommitdiff
path: root/index.html
blob: b99eee6c0731fa45af2ec6830470e42291023ae0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="utf-8"/>
	<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
	<link rel="stylesheet" href="treed.css">
	<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body>
	<script src="https://unpkg.com/mithril/mithril.js"></script>
	<script type="module" src="/app.js"></script>
</body>