shrub/lib/nutalk.hoon

44 lines
948 B
Plaintext

|= inner=manx ^- manx
;html
;head
;title: Nutalk
;meta(charset "utf-8");
;meta(name "viewport", content "width=device-width, initial-scale=1, shrink-to-fit=no");
;script@"/~~/pages/elapsed.js";
;link(rel "stylesheet", href "/~~/pages/nutalk/css/index.css");
==
;body
;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(data-component-header "");
==
==
;div.container
;div.row
;div.col-sm-10.col-sm-offset-2
;div#root
;+ inner
==
==
==
==
==
;script@"/~~/pages/nutalk/js/index.js";
==
==