blob: b169343820280982add9b554429f8a6d40eb92fe (
plain)
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
|
<!-- welcome -->
<div class="header">
Welcome, these are some of my pictures.
</div>
<div class="welcome">
<p>
<span>
<img src="{$web_path}/phpfspot_img.php?idx=rand&width=150&i=1" alt="random image" />
</span>
<span>
<img src="{$web_path}/phpfspot_img.php?idx=rand&width=150&i=2" alt="random image" />
</span>
<span>
<img src="{$web_path}/phpfspot_img.php?idx=rand&width=150&i=3" alt="random image" />
</span>
<span>
<img src="{$web_path}/phpfspot_img.php?idx=rand&width=150&i=4" alt="random image" />
</span>
<span>
<img src="{$web_path}/phpfspot_img.php?idx=rand&width=150&i=5" alt="random image" />
</span>
<span>
<img src="{$web_path}/phpfspot_img.php?idx=rand&width=150&i=6" alt="random image" />
</span>
</p>
<p>
<a href="javascript:showPhotoIndex();"> Index of all photos.</a>
</p>
</div>
<!-- /welcome -->
|