-
Notifications
You must be signed in to change notification settings - Fork 3
/
gallery.html
38 lines (33 loc) · 2.92 KB
/
gallery.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
33
34
35
36
37
38
<!DOCTYPE html>
<html>
<head>
<title>Inside the Box</title>
<link rel="stylesheet" href="css/beauty.min.css" />
</head>
<body>
<script src="nav.js"></script>
<h1>Screenshot Gallery</h1>
<p>The screenshots below are mostly of the lobby. Want to see screenshots from boxes? Go visit the
<a href="/boxes.html">Boxes</a> page and click on the box title to see screenshots from boxes!</p>
<p> </p>
<p style="text-align: center;"><a href="https://i.imgur.com/kHptf88.png"><img src="https://i.imgur.com/kHptf88.png" width="80%" /></a></p>
<p style="text-align: center;"><a href="https://i.imgur.com/DjtVv73.jpg"><img src="https://i.imgur.com/DjtVv73.jpg" width="80%" /></a></p>
<p style="text-align: center;"><a href="https://i.imgur.com/zTphAsM.jpg"><img src="https://i.imgur.com/zTphAsM.jpg" width="80%" /></a></p>
<p style="text-align: center;"><a href="https://i.imgur.com/YGKBD34.jpg"><img src="https://i.imgur.com/YGKBD34.jpg" width="80%" /></a></p>
<p style="text-align: center;"><a href="https://i.imgur.com/h6lKqhH.png"><img src="https://i.imgur.com/h6lKqhH.png" width="80%" /></a></p>
<p style="text-align: center;"><a href="https://i.imgur.com/W5Jhwpp.png"><img src="https://i.imgur.com/W5Jhwpp.png" width="80%" /></a></p>
<p style="text-align: center;"><a href="https://i.imgur.com/68Bx0gZ.jpg"><img src="https://i.imgur.com/68Bx0gZ.jpg" width="80%" /></a></p>
<p style="text-align: center;"><a href="https://i.imgur.com/h7sVjIO.jpg"><img src="https://i.imgur.com/h7sVjIO.jpg" width="80%" /></a></p>
<p style="text-align: center;"><a href="https://i.imgur.com/ut7TGuo.png"><img src="https://i.imgur.com/ut7TGuo.png" width="80%" /></a></p>
<p style="text-align: center;"><a href="https://i.imgur.com/WjTzgkO.jpg"><img src="https://i.imgur.com/WjTzgkO.jpg" width="80%" /></a></p>
<p style="text-align: center;"><a href="https://i.imgur.com/Fxq7zBg.png"><img src="https://i.imgur.com/Fxq7zBg.png" width="80%" /></a></p>
<p style="text-align: center;"><a href="https://i.imgur.com/ywQpG1W.png"><img src="https://i.imgur.com/ywQpG1W.png" width="80%" /></a></p>
<p style="text-align: center;"><a href="https://i.imgur.com/kvtrmzy.png"><img src="https://i.imgur.com/kvtrmzy.png" width="80%" /></a></p>
<p style="text-align: center;"><a href="https://i.imgur.com/TbjuU4B.jpg"><img src="https://i.imgur.com/TbjuU4B.jpg" width="80%" /></a></p>
<p style="text-align: center;"><a href="https://i.imgur.com/zftMuTT.png"><img src="https://i.imgur.com/zftMuTT.png" width="80%" /></a></p>
<p style="text-align: center;"><a href="https://i.imgur.com/WDSZxuZ.png"><img src="https://i.imgur.com/WDSZxuZ.png" width="80%" /></a></p>
<p style="text-align: center;"><a href="https://i.imgur.com/6AJHjyR.png"><img src="https://i.imgur.com/6AJHjyR.png" width="80%" /></a></p>
<p style="text-align: center;"><a href="https://i.imgur.com/BxjO2Z9.png"><img src="https://i.imgur.com/BxjO2Z9.png" width="80%" /></a></p>
<script src="bot.js"></script>
</body>
</html>