-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathindex.html
44 lines (40 loc) · 1.97 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
43
44
<!DOCTYPE html>
<html lang="{{ lang }}">
<head>
<meta charset="UTF-8">
<meta name="description" content="{{ description }}">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="description" content="An initiative created and carried out by the React Community to encourage more people to learn React">
<meta name="image" content="https://cdn.rawgit.com/ReactJSGirls/reactjsgirls-docs/ca538038/images/logo.png">
<meta itemprop="name" content="ReactJSGirls Workshops">
<meta itemprop="description" content="An initiative created and carried out by the React Community to encourage more people to learn React">
<meta itemprop="image" content="https://cdn.rawgit.com/ReactJSGirls/reactjsgirls-docs/ca538038/images/logo.png">
<meta name="og:title" content="ReactJSGirls Workshops">
<meta name="og:description" content="An initiative created and carried out by the React Community to encourage more people to learn React">
<meta name="og:image" content="https://cdn.rawgit.com/ReactJSGirls/reactjsgirls-docs/ca538038/images/logo.png">
<meta name="og:url" content="https://docs.reactjsgirls.com">
<meta name="og:site_name" content="ReactJSGirls Workshops">
<meta name="og:type" content="website">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="ReactJSGirls Workshops">
<meta name="twitter:description" content="An initiative created and carried out by the React Community to encourage more people to learn React">
<meta name="twitter:site" content="@reactjsgirls">
<meta name="twitter:creator" content="@reactjsgirls">
<meta name="twitter:image:src" content="https://cdn.rawgit.com/ReactJSGirls/reactjsgirls-docs/ca538038/images/logo.png">
<style>
div {
max-width: 100%;
}
.prism-code {
overflow: scroll;
}
</style>
<title>{{ title }}</title>
{{ head }}
</head>
<body>
<div id="root" />
{{ footer }}
</body>
</html>