Files
owl/index.html
T
Géry Debongnie 9cc1dd0524 [REF] move libs out of playground, add server.py
So we can share it
2019-04-30 10:51:18 +02:00

23 lines
653 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>OWL Framework</title>
<link rel="icon" href="data:,">
</head>
<body>
<h1>🦉 OWL Framework 🦉</h1>
<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>
<p>
Are you a designer? Do you like CSS? Improve this page: make a PR!
</p>
</body>
</html>