Skip to content

Instantly share code, notes, and snippets.

@Quby
Created June 9, 2013 21:03
Show Gist options
  • Save Quby/5745200 to your computer and use it in GitHub Desktop.
Save Quby/5745200 to your computer and use it in GitHub Desktop.
html
head
link(href="stylesheets/site.css", rel="stylesheet")
link(href="stylesheets/normalize.css", rel="stylesheet")
title Выбор города
body
header
a(href="#{Prototype.landing_page()}") Выбор города
ul#cities
li
a(href="#{Prototype.city_page()}"): span Нижний Новгород
li
a(href="#{Prototype.city_page()}"): span Москва
li
a(href="#{Prototype.city_page()}"): span Санкт-Петербург
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment