2023-11-01 21:47:21 +00:00
|
|
|
<!doctype html>
|
2023-10-16 20:37:07 +01:00
|
|
|
<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" />
|
2023-11-01 21:47:21 +00:00
|
|
|
<meta property="og:type" content="website" />
|
|
|
|
<meta name="title" content="Tehillim Split" />
|
|
|
|
<meta name="description" content="Split up Sefer Tehillim between a group of people" />
|
2023-10-16 20:37:07 +01:00
|
|
|
<title>Tehillim Split</title>
|
|
|
|
</head>
|
|
|
|
<body class="dark:bg-gray-700 dark:text-white">
|
|
|
|
<div id="app"></div>
|
|
|
|
<script type="module" src="/src/main.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|