urbit/app/landscape/index.hoon
2019-03-29 16:27:36 -07:00

23 lines
416 B
Plaintext

|= inner=manx
^- manx
;html
::
;head
;title: Landscape
;meta(charset "utf-8");
;meta
=name "viewport"
=content "width=device-width, initial-scale=1, shrink-to-fit=no";
;link(rel "stylesheet", href "/~landscape/css.css");
;script@"/~/channel/channel.js";
;script@"/session.js";
==
::
;body
;div#root
;+ inner
==
;script@"/~landscape/js.js";
==
==