Files
od8n_homepage/public/brandize.html
2025-07-28 18:46:28 -03:00

22 lines
479 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>OD8N - Odoo & n8n Automation Experts</title>
<script>const configUrl = `https://od8n.com/widget/custom/brandize.json`;</script>
<script src="widget/widget.js"></script>
<script type="module" src="widget/brandize.js"></script>
<link rel="stylesheet" href="widget/custom/brandize.css">
</head>
<body>
</body>
</html>