blah
This commit is contained in:
25
test2/index.html
Normal file
25
test2/index.html
Normal file
@ -0,0 +1,25 @@
|
||||
<!doctype blah>
|
||||
<html>
|
||||
<head>
|
||||
<title>f0ckdev</title>
|
||||
<link rel="stylesheet" type="text/css" href="./style.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar">
|
||||
<span>Page 0</span>
|
||||
<a href="/">reload</a> |
|
||||
<a href="#" data-id="1">page 1</a> |
|
||||
<a href="#" data-id="2">page 2</a> |
|
||||
<a href="#" data-id="3">page 3</a>
|
||||
</div>
|
||||
|
||||
<div class="pscroll" id="up"></div>
|
||||
<div id="con"></div>
|
||||
<div class="pscroll" id="down"></div>
|
||||
|
||||
<script src="//code.jquery.com/jquery-3.2.1.min.js"></script>
|
||||
<script src="./lib/jquery.ba-hashchange.js"></script>
|
||||
<script src="./lib/f0ck.js"></script>
|
||||
<script src="./script.js"></script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user