diff options
Diffstat (limited to 'website/goals/index.html')
-rw-r--r-- | website/goals/index.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/website/goals/index.html b/website/goals/index.html new file mode 100644 index 000000000000..041203149506 --- /dev/null +++ b/website/goals/index.html @@ -0,0 +1,10 @@ +<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> |