18 lines
No EOL
519 B
HTML
18 lines
No EOL
519 B
HTML
<!doctype html>
|
|
<html lang="en" data-bs-theme="dark" data-bs-core="default" id="html">
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" id="favicon" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta name="color-scheme" content="light dark">
|
|
<meta name="description" content="A New Tab Page." />
|
|
<title>New Tab</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.tsx" defer></script>
|
|
</body>
|
|
|
|
</html> |