-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
30 lines (30 loc) · 1.22 KB
/
index.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Resize 101</title>
</head>
<body>
<h1>Test it</h1>
<ol>
<li>Htaccess<br/>
<a href="images/brown/460">images/brown/460</a><br/>
<a href="images/brown/700">images/brown/700</a><br/>
<a href="images/brown/1040">images/brown/1040</a><br/>
<i>Size available : 460, 700, 1040</i><br/><br/>
</li>
<li>Folder Select<br/>
<a href="folder_select.php/brown/460">folder_select.php/brown/460</a><br/>
<a href="folder_select.php/brown/700">folder_select.php/brown/700</a><br/>
<a href="folder_select.php/brown/1040">folder_select.php/brown/1040</a><br/>
<i>Size available : 460, 700, 1040</i><br/><br/>
</li>
<li>Image Resize<br/>
<a href="resize_image.php/brown/200">resize_image.php/brown/200</a><br/>
<a href="resize_image.php/brown/300">resize_image.php/brown/300</a><br/>
<a href="resize_image.php/brown/500">resize_image.php/brown/500</a><br/>
<a href="resize_image.php/brown/700">resize_image.php/brown/700</a><br/>
<i>You can change the size to whatever</i><br/><br/>
</li>
</ol>
</body>