forked from d3y4n/instagraph
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (24 loc) · 731 Bytes
/
index.html
File metadata and controls
29 lines (24 loc) · 731 Bytes
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
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="content-type" content="text/html" />
<meta name="author" content="Webarto" />
<title>Create Instagram Filters With PHP</title>
</head>
<body>
<h1>Create Instagram Filters With PHP</h1>
<h3>Select Filter:</h3>
<ul>
<li><a href="filter.php?filter=lomo">Lomo</a></li>
<li><a href="filter.php?filter=nashville">Nashville</a></li>
<li><a href="filter.php?filter=kelvin">Kelvin</a></li>
<li><a href="filter.php?filter=toaster">Toaster</a></li>
<li><a href="filter.php?filter=gotham">Gotham</a></li>
<li><a href="filter.php?filter=tilt_shift">Tilt Shift</a></li>
</ul>
<div>
<img alt="" src="input.jpg"/>
<img alt="" src="output.jpg"/>
</div>
</body>
</html>