diff options
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 23 |
1 files changed, 1 insertions, 22 deletions
diff --git a/www/index.html b/www/index.html index df94d7f..ac8584b 100644 --- a/www/index.html +++ b/www/index.html @@ -55,29 +55,8 @@ <div class="table-cell"> <div class="container"> <div class="content" role="main"> - <div id="front-main"> - <div id="front-main-container" data-enhance="false"> - <form action="" method="get" name="postcodeForm" id="postcodeForm"> - <label for="pc">Enter a nearby GB postcode, or street name and area:</label> - <div> - <input type="text" name="pc" value="" id="pc" size="10" maxlength="200" placeholder="e.g. ‘B2 4QA’ or ‘Tib St, Manchester’"> - <input type="submit" value="Go" id="submit"> - </div> - </form> - </div> - </div> - <div class="tablewrapper"> - <div id="front-howto"> - <h2>How to report a problem</h2> - - <ol class="big-numbers"> - <li>Enter a nearby GB postcode, or street name and area</li> - <li>Locate the problem on a map of the area</li> - <li>Enter details of the problem</li> - <li>We send it to the council on your behalf</li> - </ol> - </div> + Determing location </div> </div> </div> |