-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathimages.php
31 lines (26 loc) · 983 Bytes
/
images.php
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
<?php
// Images are place here to force user to load them
?>
<div style="display: none;">
<!-- About -->
<img src="about/edgar_michael_bravo_bio.jpg" />
<img src="about/john_paul_rice_bio.jpg" />
<!-- Artists -->
<img src="artists/brian_seikan_nelson.jpg" />
<img src="artists/christine_wu.jpg" />
<img src="artists/kevin_doucette.jpg" />
<img src="artists/mehdi_safa.jpg" />
<img src="artists/parliament_of_owls.jpg" />
<img src="artists/shaun_burdick.jpg" />
<img src="artists/nima_fakhrara.jpg" />
<!-- OHFG -->
<img src="/films/one-hour-fantasy-girl/Images/logo.png" />
<img src="/films/one-hour-fantasy-girl/Images/content_bg.png" />
<img src="/films/one-hour-fantasy-girl/Images/title.png" />
<!-- MRD -->
<img src="/films/mothers-red-dress/Images/content_bg.png" />
<img src="/films/mothers-red-dress/Images/logo.png" />
<!-- MK -->
<img src="/films/monster-killer/Images/logo.png" />
<img src="/films/monster-killer/Images/content_bg.png" />
</div>