-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (39 loc) · 1.63 KB
/
Copy pathindex.html
File metadata and controls
40 lines (39 loc) · 1.63 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
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="en">
<head>
<script src="src/main.js" defer></script>
<link href="Https://cdn.jsdelivr.net/npm/reset-css@5.0.2/reset.min.css" rel="stylesheet">
<link href="src/assets/styles/main.css" rel="stylesheet">
<title>JSON Pro</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="apple-touch-icon" sizes="180x180" href="src/assets/images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="src/assets/images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="src/assets/images/favicon-16x16.png">
<link rel="manifest" href="src/assets/images/site.webmanifest">
<link rel="mask-icon" href="src/assets/images/safari-pinned-tab.svg" color="#ffc221">
<link rel="shortcut icon" href="src/assets/images/favicon.ico">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-config" content="files/images/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<meta name="theme-color" content="#ffc221">
</head>
<body>
<main>
<div id="wrapper">
<pre id="lines">1</pre>
<div id="layer-group">
<pre id="code" contenteditable="true" spellcheck="false" autofocus></pre>
<pre id="punctuation" inert aria-hidden="true"></pre>
<pre id="attr" inert aria-hidden="true"></pre>
<pre id="string" inert aria-hidden="true"></pre>
<pre id="literal" inert aria-hidden="true"></pre>
<pre id="number" inert aria-hidden="true"></pre>
<pre id="error-notification" inert aria-hidden="true"></pre>
</div>
</div>
</main>
<footer>
<img src="src/assets/images/favicon.ico" />
</footer>
</body>
</html>