mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
[IMP] static page: add some css
This commit is contained in:
+18
-10
@@ -4,20 +4,28 @@
|
||||
<meta charset="utf-8">
|
||||
<title>OWL Framework</title>
|
||||
<link rel="icon" href="data:,">
|
||||
<link rel="stylesheet" href="main.css">
|
||||
|
||||
|
||||
</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>
|
||||
<div class="title">
|
||||
<h1>🦉 OWL Framework 🦉</h1>
|
||||
<div>Mysterious OWL: A web framework for structured, dynamic and maintainable applications</div>
|
||||
</div>
|
||||
|
||||
<p>
|
||||
Are you a designer? Do you like CSS? Improve this page: make a PR!
|
||||
</p>
|
||||
<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>
|
||||
Reference in New Issue
Block a user