Skip to content
AlexDigital edited this page Oct 20, 2014 · 11 revisions

Welcome to the owl wiki!

owl is a HTML preprocessor written in C# in the development stage which allows you to create Website without the using of the XML syntax.

This HTML site `

<title>owl example</title>

Hello World!

`

would be in owl: ` head { title { "owl example" } }

document { h1 { "Hello World!" } } `

More content is coming soon! h

Projects using owl:

owlOnline

Clone this wiki locally