Skip to content

Commit 93ed636

Browse files
committed
Reverted accidental change to index.html
1 parent 5caba61 commit 93ed636

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

index.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,10 @@
55
<meta charset="utf-8">
66
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport" />
77
<link type="image/x-icon" rel="shortcut icon" />
8+
<link rel="stylesheet" type="text/css" href="https://unpkg.com/[email protected]/lib/codemirror.css" />
9+
<link rel="stylesheet" type="text/css" href="https://codemirror.net/theme/dracula.css" />
810
</head>
911
<body>
1012
<div id="root"></div>
11-
12-
<!--
13-
<link rel="stylesheet" type="text/css" href="https://unpkg.com/[email protected]/lib/codemirror.css" />
14-
<link rel="stylesheet" type="text/css" href="https://codemirror.net/theme/dracula.css" />
15-
-->
1613
</body>
1714
</html>

0 commit comments

Comments
 (0)