shrub/lib/landscape.hoon
Chris Johnson cd7ff1423e - Removed web/landscape/../index.js
- Pointed lib/landscape.hoon to index-min.js
- Updated index-min.js (Landscape commit e564472a9ed96063cb6ead35934ee3301d029431)
2019-01-11 17:02:23 -08:00

22 lines
375 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/index.css");
==
::
;body
;div#root
;+ inner
==
;script@"/~~/landscape/js/index-min.js";
==
::
==