-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (27 loc) · 866 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
27
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>MugenSlider</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<script src="js/lib/jquery1.11.3.js"></script>
<script src="js/lib/Underscore.js"></script>
<script src="js/lib/backbone-min.js"></script>
<script src="js/main.js"></script>
</head>
<body>
<div style="width:80%;height:600px;margin:auto;">
<div class="tilesWrap">
<!--template
<div class="tileBlock">
<div class="tileBlock__inner">
<div class="tileBlock__inner__image"></div>
<div class="tileBlock__inner__caption"><span class="tileBlock__caption__title"></span></div>
</div>
</div>
<!--template-->
</div>
</div>
</body>
</html>