-
Notifications
You must be signed in to change notification settings - Fork 1
Home
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 '''html
<title>owl example</title> '''would be in owl:
''' head { title { "owl example" } }
document { h1 { "Hello World!" } } '''
More content is coming soon!