forked from jachinte/jquery.stacky
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbasic.html
executable file
·31 lines (26 loc) · 901 Bytes
/
basic.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>jquery.stacky - Miguel A. Jiménez (migueljimenez.co)</title>
<link rel="stylesheet" type="text/css" href="css/font-awesome.css" />
<link rel="stylesheet" type="text/css" href="css/roboto-font.css" />
<link rel="stylesheet" type="text/css" href="css/normalize.css" />
<link rel="stylesheet" type="text/css" href="css/styles.css" />
<link rel="stylesheet" type="text/css" href="../dist/css/jquery.stacky.css" />
<script src="../bower_components/jquery/dist/jquery.min.js"></script>
<script src="../dist/js/jquery.stacky.js"></script>
<script src="js/app/main.js"></script>
</head>
<body>
<!-- Panels container -->
<div id="panels"></div>
<a class="open-panel" style="
color: #fff;
cursor: pointer;
margin: 0 15px;
position: absolute;
top: 50%;
color: #000;">Open panel</a>
</body>
</html>