UNPKG

tin-react-components

Version:
19 lines (17 loc) 409 B
<html> <head> <title>Fun with react testing!</title> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, minimum-scale=1.0"> <meta name="author" content="Jason Baddley"> </head> <body> <div id="root"> <h1> Loading! </h1> </div> <script src='http://localhost:7700/dist/app.js'></script> </body> </html>