forked from acrogenesis/raptorize
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (25 loc) · 1.62 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>Raptorize</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.js"></script>
<script src="js/jquery.raptorize.2.0.js"></script>
</head>
<body id="index" onload="">
<h1>Index Sample For Raptorize</h1>
<p>Use the Konami Code to activate the Raptorize (make sure your volume is as high as possible)</p>
<p>Konami Code: ↑ ↑ ↓ ↓ ← → ← → B A</p>
<div>Follow me on Twitter </br><a href="https://twitter.com/acrogenesis" class="twitter-follow-button" data-show-count="false">Follow @acrogenesis</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^https:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script></div></br>
<div>Github</div>
<div>
<iframe src="https://ghbtns.com/github-btn.html?user=acrogenesis&repo=raptorize&type=watch&count=true"
allowtransparency="true" frameborder="0" scrolling="0" width="95" height="20"></iframe>
<iframe src="https://ghbtns.com/github-btn.html?user=acrogenesis&repo=raptorize&type=fork&count=true"
allowtransparency="true" frameborder="0" scrolling="0" width="95" height="20"></iframe>
<iframe src="https://ghbtns.com/github-btn.html?user=acrogenesis&repo=raptorize&type=follow&count=true"
allowtransparency="true" frameborder="0" scrolling="0" width="170" height="20"></iframe>
</div>
</body>
</html>