-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (26 loc) · 953 Bytes
/
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>
<link rel="stylesheet" href="css/style.css" type="text/css" />
</head>
<body>
<div class="wrapper">
<div class="logo"></div>
<div class="content">
<canvas id="myCanvas">
<img src="images/01.jpg" width="100%" height="100%">
</canvas>
</div>
<div id="arrow">
<div class="prev-arrow"></div>
<div class="next-arrow"></div>
</div>
</div>
<script src="http://code.jquery.com/jquery-1.9.0.js"></script>
<script src="http://gsgd.co.uk/sandbox/jquery/easing/jquery.easing.1.3.js"></script>
<script src="js/click-arrow.js"></script>
<!-- <script src="js/canvas-animation.js"></script> -->
<script src="js/canvas-mask.js"></script>
<!-- <script src="js/growing-circle.js"></script> -->
</body>
</html>