mirror of
https://github.com/tiennm99/nntv.git
synced 2026-07-25 20:19:57 +00:00
18 lines
402 B
HTML
18 lines
402 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/png" href="/favicon.png" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<link rel="stylesheet" href="/style.css">
|
|
<title>Night Ninja: Twilight Voyage</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="./src/main.js"></script>
|
|
</body>
|
|
|
|
</html>
|