-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (59 loc) · 2.3 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
57
58
59
60
61
<!DOCTYPE html>
<html lang="en" class="h-full">
<head>
<meta charset="UTF-8" />
<meta name="theme-color" content="#032C6D" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
name="google-site-verification"
content="a7n_cTyTmbns8JfCUF8u-meb0amydz586-i7sNzIB64"
/>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5442324990787763"
crossorigin="anonymous"></script>
<meta
name="keywords"
content="dativejs,dative,Javascript,vuejs,ractivejs,sveltejs, mustache, handlebars, dativejs, state management, framework,frontend, frontend framework, JavaScript framework,javascript library"
/>
<link rel="manifest" href="manifest.json" />
<link rel="shortcut icon" href="/public/logo.png" type="image/png" />
<title>DativeJs - A modern UI JavaScript framework</title>
<meta name="title" content="DativeJs — A modern UI JavaScript framework" />
<meta
name="description"
content="DativeJs is a modern UI Javascript framework for building website and webapps"
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://dativejs.js.org/" />
<meta
property="og:title"
content="DativeJs — A modern UI JavaScript framework"
/>
<meta
property="og:description"
content="DativeJs is a modern UI Javascript framework for building website and webapps"
/>
<meta
property="og:image"
content="https://dativejs.js.org/public/logo.png"
/>
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://dativejs.js.org/" />
<meta
property="twitter:title"
content="DativeJs — A modern UI JavaScript framework"
/>
<meta
property="twitter:description"
content="DativeJs is a modern UI Javascript framework for building website and webapps"
/>
<meta
property="twitter:image"
content="https://dativejs.js.org/public/logo.png"
/>
<link rel="stylesheet" href="/public/build/bundle.css" />
</head>
<body class="bg-slate-100/70 dark:bg-nav-500 dark:text-slate-100">
<div id="app" class="font-poppins_regular"></div>
</body>
<script src="/public/build/bundle.js"></script>
</html>