-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
56 lines (47 loc) · 2.42 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="en" class="select-none tp:select-auto">
<head>
<!--
Made with ❤️ by
__ __ __ __
/\ \ /\ \ /\ \ /\ \
\_\ \\ \ \___ _ __ __ __ __ __\ \ \/'\ \ \ \____
/'_` \\ \ _ `\ /\`'__\/\ \/\ \ /\ \/\ \\ \ , /_ \ \ '__`\
/\ \L\ \\ \ \ \ \\ \ \/ \ \ \_\ \\ \ \_/ |\ \ \\`\ \ \ \L\ \
\ \___,_\\ \_\ \_\\ \_\ \ \____/ \ \___/ \ \_\ \_\\ \_,__/
\/__,_ / \/_/\/_/ \/_/ \/___/ \/__/ \/_/\/_/ \/___/
-->
<!-- Site title -->
<title>2Fac</title>
<!-- Meta information -->
<meta charset="utf-8">
<meta name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, shrink-to-fit=no, viewport-fit=cover">
<link rel="icon" type="image/svg+xml" href="/img/icons/favicon.svg">
<link rel="icon" type="image/png" sizes="32x32" href="/img/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/img/icons/favicon-16x16.png">
<meta name="theme-color" content="#ffffff" media="(prefers-color-scheme: light)">
<meta name="theme-color" content="#ffffff" media="(prefers-color-scheme: dark)">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="apple-mobile-web-app-title" content="2Fac">
<link rel="apple-touch-icon" sizes="60x60" href="/img/icons/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="76x76" href="/img/icons/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="120x120" href="/img/icons/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="152x152" href="/img/icons/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/img/icons/apple-touch-icon-180x180.png">
<link rel="apple-touch-icon" href="/img/icons/apple-touch-icon.png">
<link rel="mask-icon" href="/img/icons/safari-pinned-tab.svg" color="#dc322f">
</head>
<body class="text-ll-1 dark:text-ld-1">
<noscript>
<strong>
We're sorry but 2Fac doesn't work properly without JavaScript enabled.
Please enable it to continue.
</strong>
</noscript>
<div id="app__slot"></div>
<!-- Built files will be auto injected here -->
<script type="module" src="/src/main.ts"></script>
</body>
</html>