-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
37 lines (32 loc) · 1.31 KB
/
index.php
File metadata and controls
37 lines (32 loc) · 1.31 KB
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
<!DOCTYPE html>
<html>
<head>
<script src="http://use.edgefonts.net/lobster.js"></script>
<script src="http://use.edgefonts.net/ubuntu-condensed.js"></script>
<link href="index.css" rel="stylesheet" />
</head>
<body>
<div class="header-box">
<h1>Webstragram.</h1>
<h2>Fast beautiful link sharing</h2>
</div>
<form class="form-signup" action="webstagram.php">
<div class="container">
<label for="url">URL: </label>
<input type="text" name="url" id="url" placeholder="Type a URL" />
<label for="filter">Filter: </label>
<select name="filter" id="filter">
<option value="matrix">Matrix</option>
<option value="geocities">Geocities</option>
<option value="twenties">Twenties</option>
<option value="disco">Disco</option>
</select>
</div>
<button class="punch" type="submit">Webstagram It!</button>
</form>
<div class="footer">
Note: Webstagram doesn't work well on all sites, particularly those with dynamic content.
If you want a better experience with Webstagram, try our Chrome extension!
</div>
</body>
</html>