UNPKG

react-password-checker

Version:
23 lines (22 loc) 662 B
<!doctype html> <head> <title>react-password-checker</title> <link rel="stylesheet" href="example.css"> </head> <body> <div class="container"> <h1>react-password-checker</h1> <h2><a href="https://github.com/vientang/https://github.com/vientang/react-password-checker.git">View project on GitHub</a></h2> <!-- the example app is rendered into this div --> <div id="app"></div> <div class="hint"> <!-- put any hints about your component example here --> </div> <div class="footer"> Copyright &copy; 2017 Vien. </div> </div> <script src="common.js"></script> <script src="bundle.js"></script> <script src="example.js"></script> </body>