-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcrashes.html
65 lines (64 loc) · 2.2 KB
/
crashes.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Crashes | Notessential Gallery</title> <!-- Titles shouldn't be so huge -->
<script src="./js/gallery.js" defer></script>
<link rel="stylesheet" type="text/css" href="./css/gallery.css">
</head>
<body>
<b>Gallery: Crashes and other issues where essential was confirmed to be the problems' source</b>
<div class="gallery">
<figure>
<img src="./images/crashes/image1.png" alt="Crash/issue image 1">
<figcaption>Provided by KTrain5369</figcaption>
</figure>
<figure>
<img src="./images/crashes/image2.png" alt="Crash/issue image 2">
<figcaption>Provided by KTrain5369</figcaption>
</figure>
<figure>
<img src="./images/crashes/image3.png" alt="Crash/issue image 3">
<figcaption>Provided by KTrain5369</figcaption>
</figure>
<figure>
<img src="./images/crashes/image4.png" alt="Crash/issue image 4">
<figcaption>Provided by KTrain5369</figcaption>
</figure>
<figure>
<img src="./images/crashes/image5.png" alt="Crash/issue image 5">
<figcaption>Provided by KTrain5369</figcaption>
</figure>
<figure>
<img src="./images/crashes/image6.png" alt="Crash/issue image 6">
<figcaption>Provided by KTrain5369</figcaption>
</figure>
<figure>
<img src="./images/crashes/image7.png" alt="Crash/issue image 7">
<figcaption>Provided by KTrain5369</figcaption>
</figure>
<figure>
<img src="./images/crashes/image8.png" alt="Crash/issue image 8">
<figcaption>Provided by KTrain5369</figcaption>
</figure>
<figure>
<img src="./images/crashes/image9.png" alt="Crash/issue image 9">
<figcaption>Provided by KTrain5369</figcaption>
</figure>
<figure>
<img src="./images/crashes/image10.png" alt="Crash/issue image 10">
<figcaption>Provided by maskers</figcaption>
</figure>
<figure>
<img src="./images/crashes/image11.png" alt="Crash/issue image 11">
<figcaption>Provided by ???</figcaption>
</figure>
</div>
<div id="imgModal" class="modal">
<span class="modal-close">×</span>
<img src="about:blank" id="modalImage"/>
<span id="modalCaption"></span>
</div>
</body>
</html>