Files
ebook/index.html
koziavin 5c7e5fabbb
Some checks failed
Deploy Application / deploy (push) Failing after 7m8s
first commit
2025-06-11 21:01:17 +04:00

15 lines
405 B
HTML

<!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" />
<link href="/src/style.css" rel="stylesheet" />
<title>e-book</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>