Add chat widget and blog-header style to support and legal pages

This commit is contained in:
2026-06-24 21:30:00 +00:00
parent 3639669eb1
commit b0cb28a79b
2 changed files with 37 additions and 4 deletions
+19 -2
View File
@@ -145,12 +145,24 @@
padding: 1.25rem;
}
}
.blog-header {
padding: 2rem 0;
border-bottom: 1px solid #1a1a2e;
}
.blog-header a {
color: #00f5ff;
text-decoration: none;
font-size: 0.85rem;
}
.blog-header a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<div class="container">
<div style="padding: 1.5rem 0; border-bottom: 1px solid #1a1a2e; margin-bottom: 0;">
<a href="index.html" style="color: #00f5ff; font-size: 0.85rem; text-decoration: none;">&larr; Back to Home</a>
<div class="blog-header">
<a href="index.html">&larr; Back to Home</a>
</div>
</div>
@@ -211,5 +223,10 @@
</div>
</div>
</section>
<script
defer
src="https://static.odoo4projects.com/agent-odoo4projects/agent.js"
></script>
</body>
</html>