mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 18:12:47 +03:00
23 lines
416 B
Plaintext
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";
|
|
==
|
|
==
|