Files
owl/examples/benchmarks/index.html
T

16 lines
353 B
HTML
Raw Normal View History

2019-03-18 11:35:03 +01:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
2019-03-19 13:55:27 +01:00
<title>Odoo WebCore Benchmarks App</title>
2019-03-18 11:35:03 +01:00
<link rel="icon" href="data:,">
<!-- Application JS/CSS -->
<script src="/owl.js"></script>
2019-03-18 11:35:03 +01:00
<link rel="stylesheet" href="/app.css">
<script type="module" src="/main.js"></script>
</head>
<body>
</body>
</html>