@nlabs/arkhamjs-example-flow-react
Version:
ArkhamJS React Flow Example App
17 lines (16 loc) • 614 B
HTML
<html lang="en">
<head>
<title>ArkhamJS</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
<meta http-equiv="content-type" content="text/html;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="apple-mobile-web-app-capable" context="yes"/>
<meta name="apple-mobile-web-app-status-bar-style" context=black/>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,700" rel="stylesheet"/>
</head>
<body>
<div id="app"></div>
</body>
</html>