-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (33 loc) · 986 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!doctype html>
<html>
<head>
<title>PwdGEN v0.8</title>
<link rel="shortcut icon" type="image/x-icon" href="pwd.ico" />
<script type="text/javascript" src="//code.jquery.com/jquery-1.11.2.min.js"></script>
<script type="text/javascript" src="jquery.complexify.min.js"></script>
<script type="text/javascript" src="local.js?v=0.8"></script>
<link rel="stylesheet" href="style.css?v=0.8" />
</head>
<body>
<div class="wrapper">
<div class="pwdgenTitle">
PwdGEN <span>v0.8</span>
</div>
<div class="pwdgenButtonHolder">
<button class="genButton">Zmisli si nekaj</button>
</div>
<div class="pwdgenResult">
<textarea class="taResults" rows="1" cols="50" autocomplete="off"></textarea>
</div>
<div class="pwdgenResultMeter">
<div class="pwdMeterHolder">
<span class="pwdMeter"></span>
</div>
<span class="pwdMeterNum"></span>
</div>
<div class="pwdgenPassList">
<ul class="generatedPasswords"></ul>
</div>
</div>
</body>
</html>