-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.hbs
More file actions
63 lines (54 loc) · 3.66 KB
/
Copy pathindex.hbs
File metadata and controls
63 lines (54 loc) · 3.66 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8"><!-- set character encoding for the document -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>React MobX React-Router Boilerplate</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="handheldFriendly" content="true">
<meta name="application-name" content="Application Name"><!-- Name of web application (only should be used if the website is used as an app) -->
<meta name="description" content=""><!-- Short description of the page (limit to 150 characters) -->
<meta name="subject" content=""><!-- Short description of your site's subject -->
<meta name="language" content="English"><!-- Language of your app -->
<meta name="robots" content="index,follow"><!-- Control the behavior of search engine crawling and indexing -->
<meta name="googlebot" content="index,follow"><!-- Control the behavior of search engine crawling and indexing -->
<meta name="classification" content="business">
<meta name="url" content=""><!-- URL of your app -->
<meta name="rating" content="General"><!-- Gives a general age rating based on sites content -->
<link rel="author" href=""><!-- Links to the author of the document (usually humans.txt) -->
<!-- Favicons -->
<link rel="apple-touch-icon" sizes="180x180" href="./images/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./images/favicon/favicon-16x16.png">
<link rel="manifest" href="./images/favicon/manifest.json">
<link rel="shortcut icon" href="./images/favicon/favicon.ico">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="./images/favicon/mstile-144x144.png">
<meta name="msapplication-config" content="./images/favicon/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<!-- Facebook OpenGraph tags | info: https://developers.facebook.com/docs/sharing/webmasters -->
<meta property="og:title" content=""><!-- Title of your app -->
<meta property="og:type" content="website"><!-- Type of media of your content: https://developers.facebook.com/docs/reference/opengraph#object-type -->
<meta property="og:description" content=""><!-- Description of your app -->
<meta property="og:image" content=""><!-- Image of your app for sharing on Facebook -->
<meta property="og:url" content=""><!-- URL of your app -->
<meta property="og:locale" content="en_US"><!-- Language of your app ('en_US' is default) -->
<meta property="og:site_name" content=""><!-- Title of your app -->
<meta property="article:author" content=""><!-- Your name as the author -->
<!-- Twitter cards tags | info: https://dev.twitter.com/cards/overview -->
<meta name="twitter:card" content="summary"><!-- Type of Twitter card -->
<meta name="twitter:site" content="@"><!-- Twitter username -->
<meta name="twitter:creator" content="@"><!-- Twitter username -->
<meta name="twitter:url" content=""><!-- URL of your app -->
<meta name="twitter:title" content=""><!-- Title of your app -->
<meta name="twitter:description" content=""><!-- Description of your app -->
<meta name="twitter:image" content="" ><!-- Image of your app for sharing on Twitter -->
<!-- Google+ / Schema.org | info: https://developers.google.com/+/web/snippet/#documentation -->
<meta itemprop="name" content=""><!-- Title of your app -->
<meta itemprop="description" content=""><!-- Description of your app -->
<meta itemprop="image" content=""><!-- Image of your app for sharing on Google+ -->
</head>
<body>
<div id="root"></div>
</body>
</html>