-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathindex.html
24 lines (24 loc) · 1023 Bytes
/
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
---
---
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>ReactJS Bangkok 1.0.0</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<!-- Facebook -->
<meta property="og:title" content="ReactJS Bangkok 1.0.0" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://reactbkk.github.io/1.0.0/" />
<meta property="og:image" content="https://reactbkk.github.io/1.0.0/banner.jpg" />
<meta property="og:description" content="Comprehensive list of materials used in React Bangkok 1.0.0, First ReactJS Meetup in Bangkok: videos, slides, and code." />
</head>
<body>
<main>
{% capture my-include %}{% include_relative README.md %}{% endcapture %}
{{ my-include | markdownify }}
</main>
</body>
</html>