-
Notifications
You must be signed in to change notification settings - Fork 2
/
example.html
49 lines (40 loc) · 1.4 KB
/
example.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html>
<head>
<link href="example_stylesheet.css" rel="stylesheet">
<link href="http://fonts.googleapis.com/css?family=Jockey+One" rel="stylesheet" type="text/css">
</head>
<body>
<div id="examples">
<h1>5y5pvh2SZdHMQutybUTX</h1>
<div id="slow-example">
<p><b>Slow decrypt effect</b></p>
<h3>SWzwUNXFkndsVQHJ82U</h3>
<button href="javascript:">decrypt</button>
</div>
<div id="fast-example">
<p><b>Fast decrypt effect</b></p>
<h3>cwLgDTeC=AXje</h3>
<button href="javascript:">decrypt</button>
</div>
<div id="custom-example">
<p><b>Custom decrypt effect</b></p>
<h3>THTk6PjVY8wRmNCGRBnw</h3>
<input placeholder="0-999" value="30" id="speed" type="number" />
<button href="javascript:">decrypt</button>
</div>
<div id="callback-example">
<p><b>Decrypt effect with a callback</b></p>
<h3>6PjVY8wRmNCGRBnwA</h3>
<button href="javascript:">decrypt</button>
</div>
<div>
<br />
<a target="_blank" href="https://github.com/dylanbfox/decrypt-effect">Edit on GitHub</a> | by <a target="_blank" href="https://twitter.com/youvegotfox">@YouveGotFox</a>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script type="text/javascript" src="decrypt.js"></script>
<script type="text/javascript" src="example.js"></script>
</body>
</html>