get display to work

This commit is contained in:
zapashcanon 2022-12-06 02:31:33 +01:00
parent 1736a4c905
commit b504b1a69d
No known key found for this signature in database
GPG key ID: 8981C3C62D1D28F1
9 changed files with 135 additions and 20 deletions

View file

@ -23,3 +23,7 @@ main {
height: 100%;
width: 100%;
}
.centered {
text-align: center;
}

View file

@ -0,0 +1,8 @@
(rule
(target island_client.js)
(deps
(file ../../../island_client.bc.js))
(action
(with-stdout-to
%{target}
(cat ../../../island_client.bc.js))))