forked from colmtuite/styleguide-export
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
55 lines (46 loc) · 2.73 KB
/
Copy pathindex.html
File metadata and controls
55 lines (46 loc) · 2.73 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
<!doctype html>
<html lang="en">
<head>
<title>Styleguide — Marvel</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0">
<meta name="author" content="Marvel">
<meta name="description" content="Central location for a live inventory of UI components, brand guidelines, brand assets, code snippets and developer guidelines for Marvel products.">
<!-- Facebook OG Tags -->
<meta property="og:title" content="Styleguide — Marvel">
<meta property="og:type" content="article" />
<meta property="og:url" content="https://marvelapp.com/styleguide/" />
<meta property="og:image" content="https://marvelapp.com/static/assets/images/default-new-icon.png">
<meta id="og-description" name="description" property="og:description" content="Central location for a live inventory of UI components, brand guidelines, brand assets, code snippets and developer guidelines for Marvel products.">
<meta property="fb:app_id" content="1566971583589764" />
<meta property="og:site_name" content="Marvel Styleguide">
<!-- Twitter Card Data -->
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@marvelapp">
<meta name="twitter:title" content="Styleguide — Marvel">
<meta name="twitter:description" content="Central location for a live inventory of UI components, brand guidelines, brand assets, code snippets and developer guidelines for Marvel products.">
<meta name="twitter:creator" content="@marvelapp">
<meta name="twitter:image" content="https://marvelapp.com/static/assets/images/default-new-icon.png">
<link rel="shortcut icon" type="image/png" href="https://marvelapp.com/static/site/images/favicon.png"/>
<link rel="mask-icon" href="https://marvelapp.com/static/site/images/favicon.svg" color="#1fb6ff">
<script src="/styleguide/app.js"></script>
</head>
<body>
<div id="app"></div>
</body>
<script>
marvelStyleguide.render(document.getElementById("app"));
// Google Analytics
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-38711157-1', 'auto');
//prepend slash
var url = location.pathname;
if (!/^\//.test(url) && url != "") {
url = "/" + url;
}
ga('send', 'pageview', url);
</script>
</html>