-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
57 lines (51 loc) · 1.51 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>%30.js</title>
<link rel="stylesheet" href="./dist/css/30.min.css" media="screen" charset="utf-8">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js" charset="utf-8"></script>
<script src="./dist/js/30.min.js" charset="utf-8"></script>
<style media="screen">
body {
background-color: #eee;
}
a {
text-decoration: none;
color: grey;
}
a:hover {
text-decoration: underline;
}
.code-area {
width: 500px;
}
</style>
</head>
<body>
<center>
<h2>%%30%30.js</h2>
<span>A cross-browser for chrome %%30%30 implementation.</span>
<br/><br/>
<div>{ Include }</div> <br/>
<div class="code-area">
<script src="https://gist.github.com/lockys/6599a6d52d65cabee624.js"></script>
<div>
<div>{ Usage }</div> <br/>
<div class="code-area">
Script:
<script src="https://gist.github.com/lockys/6f2e46fe385e3eecaa6d.js"></script>
HTML:
<script src="https://gist.github.com/lockys/ac870c7510073b41ac47.js"></script>
<div>
<div>{ Demo }</div> <br/>
<a class="break-link" href="#">http://goo.gl/%%30%30</a> <br/><br/>
<a class="break-link" href="#">Google fixed it!</a>
</center>
<script type="text/javascript">
$(document).ready(function() {
$('.break-link').breakThisLink();
});
</script>
</body>
</html>