19 lines
604 B
HTML
19 lines
604 B
HTML
<!doctype html>
|
|
<html lang="ru">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.png" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>YaBL</title>
|
|
|
|
<meta name="description" content="YetAnother Book Library">
|
|
<link rel="apple-touch-icon" href="/favicon.png" sizes="180x180">
|
|
<link rel="mask-icon" href="/mask-icon.svg" color="#FFFFFF">
|
|
<meta name="theme-color" content="#feba4b">
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.jsx"></script>
|
|
</body>
|
|
</html>
|