-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
24 lines (18 loc) · 840 Bytes
/
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
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0">
<meta name="description" content="Simple no-frills code editor with syntax highlighting.">
<meta property="og:type" content="website" />
<meta property="og:title" content="react-simple-code-editor">
<meta property="og:description" content="Simple no-frills code editor with syntax highlighting.">
<title>react-simple-code-editor</title>
<link href="https://fonts.googleapis.com/css?family=Fira+Mono" rel="stylesheet">
<link href="dist/App.css" rel="stylesheet">
</head>
<body>
<div id="root"></div>
<script src="dist/App.js"></script>
</body>
</html>