UNPKG

reactive-form-validator

Version:
29 lines (24 loc) 1 kB
<!doctype html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" /> <link href="//fonts.googleapis.com/css?family=Lato:300,400,500,700" rel="stylesheet"/> <link href="https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700" rel="stylesheet"> <title>reactive form validation</title> <!-- HOT reloading <link href="styles.css" rel="stylesheet" type="text/css" /> --> <link href="./build/styles.css" rel="stylesheet" type="text/css" /> </head> <body> <div class="output"></div> <!-- HOT reloading <script src="bundle.js"></script> --> <!--bundle from my library--> <script src="./build/bundle.js"></script> </body> </html>