17 lines
385 B
HTML
17 lines
385 B
HTML
<!doctype html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>React CSV pattern library</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" />
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="text/javascript" src="build/bundle1234.js"></script>
|
|
<script type="text/javascript" src="forkme.js"></script>
|
|
</body>
|
|
|
|
</html>
|