-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
69 lines (65 loc) · 2.51 KB
/
index.html
File metadata and controls
69 lines (65 loc) · 2.51 KB
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
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<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="madewithdativejs,madewithvuejs,dativejs,dative,Javascript,vuejs, dativejs, dativejs projects, Javascript projects,state management, framework,frontend, frontend framework, JavaScript framework,javascript library">
<link rel="shortcut icon" href="https://dativejs.js.org/public/favicon.ico" type="image/x-icon" />
<!-- Primary Meta Tags -->
<title>DativeJs — Showcase</title>
<meta name="title" content="DativeJs — Showcase">
<meta name="description" content="Showcasing project madewithdativejs ... If you want to add your own project fork the repository and create a pull request">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://madewithdativejs.js.org/">
<meta property="og:title" content="DativeJs — Showcase">
<meta property="og:description" content="Showcasing project madewithdativejs ... If you want to add your own project fork the repository and create a pull request">
<meta property="og:image" content="https://dativejs.js.org/public/logo.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://madewithdativejs.js.org/">
<meta property="twitter:title" content="DativeJs — Showcase">
<meta property="twitter:description" content="Showcasing project madewithdativejs ... If you want to add your own project fork the repository and create a pull request">
<meta property="twitter:image" content="https://dativejs.js.org/public/logo.png">
<link rel="stylesheet" href="css/tailwind.css">
</head>
<body>
<div id="app">Loading.......</div>
<script src="main.js" type="module"></script>
<style>
.bodyxts{
padding: 20px;
}
.nav-fixed{
position: fixed;
width: 100%;
}
.b5{
border-radius: 5px;
}
.p10{
padding: 10px;
}
.p5{
padding: 5px;
}
.p7{
padding: 7px;
}
.img-wt3662{
width: 100%;
height: 200px;
}
.card{
border-radius: 15px;
}
.hidden{
transition: 3s;
}
</style>
</body>
</html>