-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (24 loc) · 789 Bytes
/
index.html
File metadata and controls
24 lines (24 loc) · 789 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<html>
<head>
<title>Demo Konami_Code jQuery plugin</title>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script type="text/javascript" src="jQuery_konami_code.js"></script>
<script type="text/javascript">
$(document).konami_code()
</script>
<style type="text/css">
.github-ribbon {
position: absolute;
top: 0px;
right: 0px;
}
</style>
</head>
<body>
<p><b>Konami Code: </b>up, up, down, down, left, right, left, right, b, a</p>
<p>When successful you should get an alert message saying "power up" and a console message stating the same.</p>
<a class="github-ribbon" href="https://github.com/theInternauts/Konami_Code">
<img src="img/fork-me.png" alt="Fork me on GitHub">
</a>
</body>
</html>