17 lines
566 B
HTML
17 lines
566 B
HTML
|
|
<!doctype html>
|
||
|
|
<html lang="zh-CN">
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8" />
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||
|
|
<meta name="theme-color" content="#173f35" />
|
||
|
|
<meta name="description" content="WebAssembly Component Runtime 管理控制台" />
|
||
|
|
<link rel="icon" href="/icon.svg" type="image/svg+xml" />
|
||
|
|
<link rel="manifest" href="/manifest.webmanifest" />
|
||
|
|
<title>Wasmeld Console</title>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<div id="app"></div>
|
||
|
|
<script type="module" src="/src/host/main.tsx"></script>
|
||
|
|
</body>
|
||
|
|
</html>
|