summaryrefslogtreecommitdiff
path: root/public/index.html
blob: 6f4971a0a182c1047ecd0b43f1a9f4aa658ade71 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html lang="en">
	<head>
		<meta charset="utf-8" />
		<meta name="viewport" content="width=device-width,initial-scale=1" />
		<title>Node Editor</title>
		<link rel="stylesheet" href="/index.css" />
		<script type="module" src="/index.js"></script>
	</head>
	<body></body>
</html>