-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (32 loc) · 1.83 KB
/
index.html
File metadata and controls
32 lines (32 loc) · 1.83 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="description" content="GraphiteJS is a Framework NodeJS for GraphQl"/>
<meta name="viewport" id="viewport" content="width=device-width, initial-scale=1"/>
<meta property="og:title" content="GraphiteJS"/>
<meta property="og:image" content="https://github.com/graphitejs/graphitejs.com/blob/master/images/social/facebook.png"/>
<meta property="og:image:type" content="image/png"/>
<meta property="og:image:width" content="200"/>
<meta property="og:image:height" content="200"/>
<meta property="og:description" content="GraphiteJS is a Framework NodeJS for GraphQl"/>
<link rel="stylesheet" href="./css/styles.css">
<title>GraphiteJS</title>
</head>
<body>
<div class="content">
<div class="content__logo">
<a href="https://github.com/graphitejs/graphitejs">
<img class="content__logo__image" alt="GraphiteJS" title="GraphiteJS" src="https://raw.githubusercontent.com/graphitejs/graphitejs/master/images/graphite.png" />
</a>
<div class="content__github">
<a class="github-button" href="https://github.com/graphitejs/graphitejs/fork" data-size="large" data-show-count="true" aria-label="Fork graphitejs/graphitejs on GitHub">Fork</a>
<a class="github-button" href="https://github.com/graphitejs/graphitejs/subscription" data-size="large" data-show-count="true" aria-label="Watch graphitejs/graphitejs on GitHub">Watch</a>
<a class="github-button" href="https://github.com/graphitejs/graphitejs" data-size="large" data-show-count="true" aria-label="Star graphitejs/graphitejs on GitHub">Star</a>
</div>
</div>
</div>
<script async defer src="https://buttons.github.io/buttons.js"></script>
</body>
</html>