diff --git a/extras/index.html b/extras/index.html index aee18461..fd035801 100644 --- a/extras/index.html +++ b/extras/index.html @@ -3,28 +3,41 @@ OWL Extras + -

🦉 OWL Extra Stuff 🦉

+
+

🦉 OWL Extra Stuff 🦉

+
Mysterious OWL: A web framework for structured, dynamic and maintainable applications
+
-

Benchmarks

-

The goal is to compare some operations on large lists

+
+

Misc

+ +
- +
+

Benchmarks

+ + +
-

Playground

- Playground diff --git a/extras/main.css b/extras/main.css new file mode 100644 index 00000000..d933b056 --- /dev/null +++ b/extras/main.css @@ -0,0 +1,23 @@ +body { + font-family: sans-serif; +} + +.title, .section { + width: 768px; + margin: auto; +} + +.title div { + color: #333333; + font-style: italic; +} +.section { + background-color: #d5d5d5; + padding: 16px; + margin-top: 10px; + margin-bottom: 10px; +} + +.links a { + margin: 10px 5px; +} \ No newline at end of file