miller/index.html

13 lines
360 B
HTML

<!doctype html>
<html>
<head>
<meta charset="UTF-8" />
<title>Miller code editor</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="/src/app/index.css" rel="stylesheet" />
</head>
<body>
<script type="module" src="/src/app/renderer.ts"></script>
</body>
</html>