9 lines
365 B
HTML
9 lines
365 B
HTML
<meta charset="utf-8" />
|
|
<link
|
|
rel="icon"
|
|
href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><rect width='16' height='16' rx='3' fill='%23234a3a'/><rect x='4' y='4' width='8' height='8' rx='1.5' fill='%23e9c46a'/></svg>"
|
|
/>
|
|
<title>配置编辑器</title>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.ts"></script>
|