newsnow/index.html

14 lines
354 B
HTML
Raw Normal View History

2024-09-26 11:30:21 +08:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>NewsNow</title>
</head>
<body>
2024-09-29 20:57:24 +08:00
<div id="app"></div>
<script type="module" src="/src/app.tsx"></script>
2024-09-26 11:30:21 +08:00
</body>
</html>