Files
owl/web/index.html
T

17 lines
569 B
HTML
Raw Normal View History

2019-01-16 13:19:58 +01:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Odoo Web Core Demo</title>
2019-02-02 10:44:04 +01:00
<script src="/static/libs/almond/almond.js"></script>
2019-01-22 19:25:12 +01:00
<script src="/main.js"></script>
2019-01-23 11:12:54 +01:00
<link rel="icon" href="data:,">
2019-01-22 19:25:12 +01:00
<link rel="stylesheet" href="/app.css">
2019-01-28 20:39:43 +01:00
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
2019-01-16 13:19:58 +01:00
<script>
require('main');
</script>
</head>
<body>
</body>
</html>