urbit/pub/bootstrap/hymn.hook

46 lines
1014 B
Plaintext
Raw Normal View History

2016-01-12 04:46:01 +03:00
/= body /: /===/pub/bootstrap/contributing /elem/
::
^- manx
::
;html
;head
;title: Bootstrap Test - ~2016.1
;link(rel "stylesheet", href "/home/lib/fonts.css");
;link(rel "stylesheet", href "/home/lib/bootstrap.css");
;link(rel "stylesheet", href "/home/lib/main.css");
==
;body
;div.container
;div.row
;div.col-md-2.ctrl
;div.icon
;div.home;
;div.up;
;div.prev;
;div.next;
;button.navbar-toggler(type "button"): ☰
==
;ul.nav
;li.nav-item
;a.nav-link: Nock
==
;li.nav-item
;a.nav-link: Hoon
==
;li.nav-item
;a.nav-link: Arvo
==
;li.nav-item.selected
;a.nav-link: Contributing
==
==
==
==
;div.row
;div.col-md-10.col-md-offset-2.body
;+ body
==
==
==
==
==