-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (27 loc) · 1.35 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="Deeply JSON parser">
<meta name="keywords" content="json, parser, debug, debug json, online json parser, online">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="icon" href="dist/favicon.png">
<title>json-parser</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css">
<link href="dist/css/app.2cf9ac2b.css" rel="preload" as="style">
<link href="dist/css/chunk-vendors.0b505cb7.css" rel="preload" as="style">
<link href="dist/js/app.6dbee704.js" rel="preload" as="script">
<link href="dist/js/chunk-vendors.1a0bc1ef.js" rel="preload" as="script">
<link href="dist/css/chunk-vendors.0b505cb7.css" rel="stylesheet">
<link href="dist/css/app.2cf9ac2b.css" rel="stylesheet">
</head>
<body>
<noscript><strong>We're sorry but json-parser doesn't work properly without JavaScript enabled. Please enable it to
continue.</strong></noscript>
<div id="app"></div>
<script src="dist/js/chunk-vendors.1a0bc1ef.js"></script>
<script src="dist/js/app.6dbee704.js"></script>
</body>
</html>