-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (20 loc) · 883 Bytes
/
index.html
File metadata and controls
20 lines (20 loc) · 883 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>JSON:API Explorer</title>
<link href="https://fonts.googleapis.com/css?family=Oxygen+Mono|Oxygen:400,700&display=swap" rel="stylesheet">
<link href="https://codemirror.net/lib/codemirror.css" rel="stylesheet">
<link href="https://codemirror.net/addon/fold/foldgutter.css" rel="stylesheet">
<link href="https://codemirror.net/addon/fold/foldgutter.css" rel="stylesheet">
<link href="https://codemirror.net/addon/scroll/simplescrollbars.css" rel="stylesheet">
<link rel="stylesheet" href="main.css">
</head>
<body>
<div id="jsonapi-explorer-root"></div>
<script src="main.js"></script>
</body>
</html>