14 lines
417 B
HTML
14 lines
417 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/src/favicon.svg" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
|
<title>Node Editor</title>
|
|
<script type="module" src="/src/node-editor.ts"></script>
|
|
</head>
|
|
<body>
|
|
<node-editor> </node-editor>
|
|
</body>
|
|
</html>
|