This repository was archived by the owner on Jul 2, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·41 lines (36 loc) · 1.33 KB
/
index.html
File metadata and controls
executable file
·41 lines (36 loc) · 1.33 KB
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
33
34
35
36
37
38
39
40
41
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<title>modal.js</title>
<link rel="stylesheet" href="css/animate.css" type="text/css" />
<link rel="stylesheet" href="css/style.css" type="text/css" />
<!-- GREAT DEVELOPERS INSPECT. PROJECT BY BOON. SIMBOONLONG.COM -->
<!-- _ _ _ _
/ /\ /\ \ /\ \ /\ \ _
/ / \ / \ \ / \ \ / \ \ /\_\
/ / /\ \ / /\ \ \ / /\ \ \ / /\ \ \_/ / /
/ / /\ \ \ / / /\ \ \ / / /\ \ \ / / /\ \___/ /
/ / /\ \_\ \ / / / \ \_\ / / / \ \_\ / / / \/____/
/ / /\ \ \___\ / / / / / // / / / / // / / / / /
/ / / \ \ \__/ / / / / / // / / / / // / / / / /
/ / /____\_\ \ / / /___/ / // / /___/ / // / / / / /
/ / /__________\/ / /____\/ // / /____\/ // / / / / /
\/_____________/\/_________/ \/_________/ \/_/ \/_/ -->
</head>
<body>
<ul id="any-name" class="modal-gallery">
<li>
<img src="imgs/01.jpg" alt="" width="" height="" />
</li>
<li>
<img src="imgs/02.jpg" alt="" width="" height="" />
</li>
<li>
<img src="imgs/03.jpg" alt="" width="" height="" />
</li>
</ul>
<script type="text/javascript" src="js/modal.js"></script>
</body>
</html>