shrub/lib/nutalk.hoon

49 lines
1004 B
Plaintext
Raw Normal View History

2018-05-03 00:35:36 +03:00
/- urb
|= [dep=@uvH inner=manx] ^- urb
:*
::;head;
:- 0v0 ::XX separate file?
;=
;title: Nutalk
;meta(charset "utf-8");
;meta(name "viewport", content "width=device-width, initial-scale=1, shrink-to-fit=no");
;link(rel "stylesheet", href "/~~/pages/nutalk/css/index.css");
==
2018-05-03 00:35:36 +03:00
::;body;
:- dep :: XX separate file?
;=
;div
;div.container.header-container
;div.row
;div.col-sm-1
;a/"menu"
;div.panini;
==
==
;div.col-sm-1
;div.liang;
==
;div.col-sm-1
;h3.underline.text-gray
;a/"/~~/pages/nutalk": Inbox
==
==
;div(urb-component-header "");
==
==
;div.container
;div.row
;div.col-sm-10.col-sm-offset-2
;div#root
;+ inner
==
==
==
==
==
;script@"/~~/pages/nutalk/js/index.js";
==
2018-05-03 00:35:36 +03:00
::
==