2016-10-19 02:05:32 +03:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
|
2017-05-18 21:21:33 +03:00
|
|
|
<title>React App</title>
|
2017-06-09 07:26:25 +03:00
|
|
|
<style>
|
|
|
|
.CodeMirror, .ReactCodeMirror {
|
|
|
|
height: 100% !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.CodeMirror {
|
|
|
|
border: solid 1px #d8d8d8;
|
|
|
|
margin-bottom: 8px;
|
|
|
|
}
|
|
|
|
</style>
|
2016-10-19 02:05:32 +03:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="root"></div>
|
|
|
|
</body>
|
|
|
|
</html>
|