UNPKG

@bynder/react-formulation

Version:
13 lines (11 loc) 413 B
<!doctype html> <html> <head> <title>React Formulation Demo</title> <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> </head> <body> <div id="root"></div> <script src="./main.js"></script> </body> </html>