forked from ermanc/ChromeiQL
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgraphiql.html
More file actions
25 lines (25 loc) · 729 Bytes
/
graphiql.html
File metadata and controls
25 lines (25 loc) · 729 Bytes
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
<!--
* Copyright (c) 2015, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the license found in the
* LICENSE file in the root directory of this source tree.
*
-->
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="ext/graphiql/graphiql.css" />
<link rel="stylesheet" href="css/chromeiql.css" />
<script src="ext/lodash.js"></script>
<script src="ext/jquery.min.js"></script>
<script src="ext/react.min.js"></script>
<script src="ext/react-dom.min.js"></script>
<script src="ext/fetch.min.js"></script>
<script src="ext/graphiql/graphiql.js"></script>
</head>
<body>
Loading...
<script src="js/chromeiql.js"></script>
</body>
</html>