-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (25 loc) · 1.22 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!doctype html>
<html lang="en-US" translate="no">
<head>
<meta charset="UTF-8">
<meta name="description"
content="Com a ciência da repetição espaçada, você obtém uma retenção de conhecimento superior. Domine qualquer assunto 2 a 5 vezes mais rápido que os métodos tradicionais" />
<meta name="theme-color" content="#fafafa">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Memoize</title>
<link rel="icon" href="http://static.memoize.cards/favicon.ico" sizes="any" />
<link rel="icon" href="http://static.memoize.cards/memoize.svg" type="image/svg+xml" />
<link rel="apple-touch-icon" href="http://static.memoize.cards/memoize_180w.png" />
<link rel="manifest" href="http://static.memoize.cards/manifest.json" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="preconnect" href="https://fonts.googleapis.com" crossorigin />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;500;700&family=Roboto:wght@400;500;700&display=swap" />
<style>
:not(:defined) { visibility: hidden; }
</style>
</head>
<body>
<app></app>
<script src="./src/index.js" type="module"></script>
</body>
</html>