-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
32 lines (27 loc) · 1.47 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
27
28
29
30
31
32
<!doctype html>
<html>
<head>
<title>宵夜牆</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;">
<script src="http://code.jquery.com/jquery-1.11.1.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
<script src="https://npmcdn.com/[email protected]/imagesloaded.pkgd.min.js"></script>
<script src="./js/masonry.pkgd.min.js"></script>
<script src="./js/index.js"></script>
<link rel="stylesheet" href="./css/index.css" type="text/css" media="all" />
</head>
<body>
<div class="container_fluid">
<header>
<div class="title">
<img class="title-img" src="./picture/title.svg" alt="開源社都在吃什麼">
<img class="subtitle-img" src="./picture/subtitle.png" alt="NTUOSC #midnight snaps">
</div>
</header>
<section class="wall">
<div id="imgs"></div>
</section>
</div>
</body>
</html>