-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
32 lines (27 loc) · 1.34 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
<!DOCTYPE html>
<html lang="pt-br">
<head itemscope itemtype="http://schema.org/WebSite">
<base href="/scup/build/" />
<meta charset="UTF-8">
<title itemprop='name'>React BoilerPlate</title>
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700|Roboto:300,400,700" rel="stylesheet">
<meta name="companyname" content="Git">
<meta name="heading" content="ReactJs Boilerplate ES2015">
<meta name="language" content="Portuguese">
<meta name="liveurl" content="https://github.com/Chineis/reactboilerplate/reactboilerplat.git">
<meta name="locale" content="1046 - Portuguese-Brazil">
<meta name="relevantcountry" content="Brazil">
<meta name="sitefamily" content="Git">
<meta name="sitename" content="React Boilerplate">
<meta name="sitetype" content="Country,Local Company">
<meta name="species" content="Technology, services, web">
<meta name="targetaudience" content="Students,Distributors,Telecom,General Public,Government Officials,Integrators,Retailers">
<meta property="og:url" content="https://github.com/Chineis/reactboilerplate/reactboilerplat.git" />
<meta property="og:type" content="website" />
<meta property="og:title" content="ReactJs Boilerplate ES2015" />
<meta property="og:description" content="Boilerplate para projeto inicial." />
</head>
<body>
<div id="app"></div>
</body>
</html>