mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
18 lines
448 B
HTML
18 lines
448 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Odoo Web Lab Playground</title>
|
|
<link rel="icon" href="data:,">
|
|
|
|
<script src="libs/ace.js" type="text/javascript" charset="utf-8"></script>
|
|
<script src="libs/owl.js"></script>
|
|
|
|
<!-- Application JS/CSS -->
|
|
<link rel="stylesheet" href="playground.css">
|
|
<script type="module" src="src/playground.js"></script>
|
|
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html> |