Files
owl/index.html
T
2019-05-29 13:02:52 +02:00

31 lines
949 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>OWL Framework</title>
<link rel="icon" href="data:,">
<link rel="stylesheet" href="main.css">
</head>
<body>
<div class="title">
<h1>🦉 OWL Framework 🦉</h1>
<div>Mysterious OWL: A web framework for structured, dynamic and maintainable applications</div>
</div>
<div class="section misc">
<ul>
<li>Github project: <a href="https://github.com/odoo/owl">https://github.com/odoo/owl</a></li>
<li>Documentation: <a href="https://github.com/odoo/owl/blob/master/doc/readme.md">https://github.com/odoo/owl/blob/master/doc/readme.md</a>
<li>Online playground: <a href="playground/">playground/</a>
</ul>
</div>
<div class="footnote">
<p>
Are you a designer? Do you like CSS? Improve this page: make a PR!
</p>
</div>
</body>
</html>