-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
49 lines (39 loc) · 1.69 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{{title}}}</title>
<meta itemprop="name" content="{{{title}}}">
<meta name="twitter:title" content="{{{title}}}">
<meta property="og:title" content="{{{title}}}" />
<meta name="description" content="{{{description}}}">
<meta itemprop="description" content="{{{description}}}">
<meta name="twitter:description" content="{{{description}}}">
<meta property="og:description" content="{{{description}}}" />
<meta itemprop="image" content="{{{image}}}">
<meta name="twitter:image:src" content="{{{image}}}">
<meta property="og:image" content="/bubbles/img/page-prev-bubbles.jpg" />
<base href="/">
<link rel="icon" type="image/x-icon" href="/bubbles/img/newlogo.png">
<link rel="stylesheet" href="/bubbles/css/index.css">
<style><!-- CSS --></style>
</head>
<body>
<!-- HTML -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/sweetalert2.all.min.js"></script>
<link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/npm/[email protected]/slick/slick.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script type="text/javascript" src="//cdn.jsdelivr.net/npm/[email protected]/slick/slick.min.js"></script>
<script src="/bubbles/js/index.js"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-10929978369"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'AW-10929978369');
</script>
<script><!-- JS --></script>
</body>
</html>