-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathindex.html
30 lines (28 loc) · 1.33 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
<!DOCTYPE html>
<html class="dark">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta charset="UTF-8" />
<link rel="icon" href="/logo.svg" type="image/x-icon" />
<meta property="og:image" content="/logo.svg" />
<meta property="og:title" content="According Work" />
<meta property="og:site_name" content="According Work" />
<meta property="og:url" content="https://according.work" />
<meta property="og:description" content="Reward every effort." />
<!-- Twitter open-graph tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image:alt" content="According Work" />
<meta name="twitter:title" content="According Work" />
<meta name="twitter:description" content="You bet to achieve, and achieve you will." />
<meta name="twitter:image:src" content="/logo.svg" />
<meta name="description" content="According Work" />
<meta name="keywords" content="vite,react,typescript,tailwindcss,template,starter,boilerplate" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<meta name="theme-color" content="#bef264" />
<title>According Work</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>