Created
June 9, 2013 21:03
-
-
Save Quby/5745200 to your computer and use it in GitHub Desktop.
This file contains 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 | |
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