89cd77a64b
Create a simple React app to define my goals. See the goals/README.md for more context.
10 lines
451 B
HTML
10 lines
451 B
HTML
<head>
|
|
<link rel="stylesheet" href="https://www.unpkg.com/tailwindcss@0.7.4/dist/tailwind.css">
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script src="https://unpkg.com/react@16.12.0/umd/react.development.js"></script>
|
|
<script src="https://unpkg.com/react-dom@16.12.0/umd/react-dom.development.js"></script>
|
|
<script src="https://unpkg.com/@babel/standalone@7.8.3/babel.js"></script>
|
|
<script type="text/babel" src="/index.jsx"></script>
|
|
</body>
|