blob: 6588c56f9f5596f965851c78da43e2fe4ce5a7ed (
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>
|