-
Notifications
You must be signed in to change notification settings - Fork 12
/
index.html
20 lines (20 loc) · 868 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!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, user-scalable=no" />
<title>MemoCard</title>
<meta name="description" content="MemoCard. Improve your memory with spaced repetition. Learn languages, history or other subjects with the proven flashcard method." />
<meta name="keywords" content="memocard, anki alternative,flashcard app,flashcards ai,create ai flashcards">
</head>
<script src="https://telegram.org/js/telegram-web-app.js"></script>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
<!-- <script src="https://cdn.jsdelivr.net/npm/eruda"></script>-->
<!-- <script>-->
<!-- eruda.init();-->
<!-- </script>-->
</html>