brat-frontend-editor
Version:
"BRAT Editor standalone frontend library"
14 lines (13 loc) • 418 B
HTML
<html lang="en">
<head>
<title>React Redux Starter Kit</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<link rel="stylesheet" href="brat-frontend-editor.min.css">
</head>
<body>
<div id="root" style="height: 100%"></div>
</body>
</html>