-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (28 loc) · 1.07 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>MaFans</title>
<link rel="icon" href="static/handsup.png">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-5Y9ZYLV08C"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-5Y9ZYLV08C');
</script>
<meta property="og:site_name" content="MaFans">
<meta property="og:title" content="MaFans">
<meta property="og:description" content="A Creators Modern Utopia">
<meta property="og:image" content="https://i.ibb.co/m0n3S1x/mafans-screenshot.png">
<meta property="og:url" content="https://mafans.app">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image:alt" content="MaFans App">
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>