mirror of
https://github.com/gosticks/react-table.git
synced 2025-10-16 11:55:36 +00:00
14 lines
313 B
HTML
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>
|