urbit/pkg/arvo/app/launch/index.hoon

21 lines
560 B
Plaintext
Raw Normal View History

2020-03-20 22:06:10 +03:00
|= [startup=json scripts=marl]
;html
;head
;title: Home
;meta(charset "utf-8");
;meta
=name "viewport"
=content "width=device-width, initial-scale=1, shrink-to-fit=no";
;link(rel "stylesheet", href "/~launch/css/index.css");
2019-07-20 00:56:38 +03:00
;link(rel "icon", type "image/png", href "/~launch/img/Favicon.png");
==
;body
;div#root;
;script@"/~channel/channel.js";
;script@"/~modulo/session.js";
;* scripts
;script@"/~launch/js/index.js";
2020-03-20 22:06:10 +03:00
;script: window.startupMessage = {(en-json:html startup)}
==
==