Sign in
mojo
/
mojo-tools
/
refs/heads/sethladd-patch-1
/
.
/
sky
/
examples
/
home.sky
blob: 95c4b553552948ce91afce28d74478a3c19c2c16 [
file
] [
log
] [
blame
] [
edit
]
#!mojo mojo:sky_viewer
<style>
div
{
display
:
paragraph
;
}
.
h1
{
font
-
size
:
2em
;
margin
:
1em
;
}
.
p
{
margin
:
0.5em
1em
;
color
:
#bcd8f5; font-weight: 900; }
</
style
>
<
div
class
=
"h1"
>
about
:
blank
</
div
>
<
div
class
=
"p"
>
Welcome
to
Sky
!</
div
>