mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
e060130655
closes #76 closes #73
14 lines
297 B
HTML
14 lines
297 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>OWL Master Benchmark</title>
|
|
<link href="../shared/main.css" rel="stylesheet"/>
|
|
<script src='../../owl.js'></script>
|
|
</head>
|
|
<body>
|
|
<div id='main'></div>
|
|
<script src='app.js' type="module"></script>
|
|
</body>
|
|
</html>
|