Created
April 10, 2016 09:21
-
-
Save christopherkullenberg/9fd8d0ecc79df115ef7fbef83578b3ad to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<meta charset="utf-8" /> | |
<link rel="stylesheet" href="style.css"> | |
<title>Facescraper</title> | |
</head> | |
<body> | |
<h1>Facebooksök</h1> | |
<br> | |
<form action="/cgi-bin/searchdatabase.py" method="post"> | |
<h2>Sökord: <input type="text" name="like_search_word"> <input type="submit" value="Sök" /></h2> | |
<p> <input type="radio" name="mode" value="like" checked /> LIKE <input type="radio" name="mode" value="regexp" /> Regexp </p> | |
<br> | |
<p>Max. resultat: <input type="number" name="result_limit" value=1000 /></p> | |
<p><input type="radio" name="order" value="Stigande" checked /> Stigande | |
<input type="radio" name="order" value="Fallande" /> Fallande</p> | |
</form> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment