Planning applications tracker for InLinkUK from BT kiosks. https://kiosks.adrianshort.org/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

23 lines
477 B

  1. !!!5
  2. %html
  3. %head
  4. %title InLink kiosks planning applications
  5. %link{ :href => '/style.css', :rel => 'stylesheet'}
  6. %body
  7. #main
  8. #header
  9. %h1 InLink kiosks planning applications
  10. %ul.menu
  11. %li
  12. %a{ :href => '/' }
  13. Home
  14. %li
  15. %a{ :href => '/authorities' }
  16. Authorities
  17. = yield
  18. #footer
  19. %a{ :href => 'https://twitter.com/adrianshort'}
  20. @adrianshort made this.