Files
log-lottery/index.html
ex_zhangwenlei@exiot.cmcc 3c738f2082 style: add header icon
2024-01-17 15:12:54 +08:00

16 lines
393 B
HTML

<!DOCTYPE html>
<html lang="en" data-theme="dracula">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/dog.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Log-Lottery</title>
</head>
<body>
<div id="app" data-theme="default"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>