-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathindex.html
42 lines (35 loc) · 1.75 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Seth Loh Portfolio</title>
<meta name="description" content="Full stack Web DEveloper">
<!-- Google Authorship Markup -->
<link rel="author" href="https://plus.google.com/u/0/+LucasBassettiRF?rel=author">
<!-- Social: Facebook / Open Graph -->
<meta property="og:url" content="http://lucasbassetti.com.br/react-spa-boilerplate/">
<meta property="og:title" content="React SPA Boilerplate">
<meta property="og:image" content="./favicon.icon">
<meta property="og:description" content="React SPA for open source projects">
<meta property="og:site_name" content="React Simple Chatbot">
<!-- Social: Google+ / Schema.org -->
<meta itemprop="name" content="React SPA Boilerplate"/>
<meta itemprop="description" content="React SPA for open source projects">
<meta itemprop="image" content="./favicon.icon"/>
<!-- Favicon -->
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" />
<!-- Links -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Quicksand">
<link href="https://fonts.googleapis.com/css?family=Forum|Play" rel="stylesheet">
<!-- <link rel="stylesheet" href="devicon.css"> -->
</head>
<body>
<div id="root"></div>
<script src="https://buttons.github.io/buttons.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.10.0/highlight.min.js"></script>
<script src="js/bundle.js"></script>
</body>
</html>