diff --git a/examples/htmlish/framework/element.sky b/examples/htmlish/framework/element.sky new file mode 100644 index 0000000000..ab792677d4 --- /dev/null +++ b/examples/htmlish/framework/element.sky @@ -0,0 +1,72 @@ +SKY MODULE - defines an element + + + + + diff --git a/examples/htmlish/framework/htmlish.sky b/examples/htmlish/framework/htmlish.sky new file mode 100644 index 0000000000..1baf62f5f0 --- /dev/null +++ b/examples/htmlish/framework/htmlish.sky @@ -0,0 +1,109 @@ +SKY MODULE - exports some basic HTML-like elements + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/examples/htmlish/samples/intro.sky b/examples/htmlish/samples/intro.sky new file mode 100644 index 0000000000..c200e2d831 --- /dev/null +++ b/examples/htmlish/samples/intro.sky @@ -0,0 +1,11 @@ +#!mojo mojo:sky + + + + Welcome to Sky + + +

Introduction

+

Hello world.

+ +