UNPKG

rfv

Version:
13 lines (12 loc) 260 B
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>React Form Validator Demo</title> <link rel="stylesheet" href="style.css" /> </head> <body> <div id="root"></div> <script type="module" src="./index.jsx"></script> </body> </html>