<html>
|
|
<head><meta http-equiv="content-type" content="text/html; charset=UTF-8"></head>
|
|
|
|
<body>
|
|
<form action="/combine" method="post" accept-charset="UTF-8">
|
|
<h2>Geocoding Prefix Reducer</h2>
|
|
|
|
<p>Please paste your geocoding data below. Each line should be in the format
|
|
"prefix|description". Lines without a "|" symbol will be ignored.</p>
|
|
|
|
<u>Input example:</u><br>
|
|
331|Paris<br>
|
|
334|Marseilles<br>
|
|
<br>
|
|
|
|
<textarea name="geodata" rows="20" cols="80"></textarea>
|
|
<input type="submit" value="Submit"><br>
|
|
<a href="https://github.com/google/libphonenumber/">Back to libphonenumber</a>
|
|
</form>
|
|
</body>
|
|
|
|
</html>
|