react-table/example/dist/index.html
Tanner Linsley 736e6de7cc Demo
2016-10-20 21:13:35 -06:00

14 lines
313 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Welcome to Jumpsuit</title>
<link rel="stylesheet" href="/app.css" charset="utf-8">
</head>
<body>
<div id="app"></div>
<script src="/app.js"></script>
<script async defer src="https://buttons.github.io/buttons.js"></script>
</body>
</html>