17 lines
533 B
HTML
17 lines
533 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="preconnect" href="https://fonts.gstatic.com">
|
|
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400&display=swap" rel="stylesheet">
|
|
<meta charset="utf-8"/>
|
|
<script type="module">
|
|
import init from "/app.js";
|
|
init(new URL('app.wasm', import.meta.url));
|
|
</script>
|
|
<link rel="stylesheet" href="/styles.css">
|
|
<link rel="stylesheet" href="/blueprint.css">
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|