passwdrc
Version:
Password Strength Tester
24 lines (22 loc) • 540 B
HTML
<html>
<head>
<title>
password test example
</title>
<script src="index.js"></script>
<script>
</script>
</head>
<body>
<div class="passwordLine">
<input type="text" id="passwordExanpleField">
</div>
<div class="resultLines">
<div class="resultLine">
<span class="resultiText">
</span>
<span class="resultValue" id="">
</div>
</div>
</body>
</html>