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; 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> </style>
</head> </head>
<body> <body>
<div class="container"> <div class="container">
<div style="padding: 1.5rem 0; border-bottom: 1px solid #1a1a2e; margin-bottom: 0;"> <div class="blog-header">
<a href="index.html" style="color: #00f5ff; font-size: 0.85rem; text-decoration: none;">&larr; Back to Home</a> <a href="index.html">&larr; Back to Home</a>
</div> </div>
</div> </div>
@@ -211,5 +223,10 @@
</div> </div>
</div> </div>
</section> </section>
<script
defer
src="https://static.odoo4projects.com/agent-odoo4projects/agent.js"
></script>
</body> </body>
</html> </html>
+18 -2
View File
@@ -288,12 +288,24 @@
padding: 1.25rem; 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> </style>
</head> </head>
<body> <body>
<div class="container"> <div class="container">
<div style="padding: 1.5rem 0; border-bottom: 1px solid #1a1a2e; margin-bottom: 0;"> <div class="blog-header">
<a href="index.html" style="color: #00f5ff; font-size: 0.85rem; text-decoration: none;">&larr; Back to Home</a> <a href="index.html">&larr; Back to Home</a>
</div> </div>
</div> </div>
@@ -630,5 +642,9 @@
}); });
}); });
</script> </script>
<script
defer
src="https://static.odoo4projects.com/agent-odoo4projects/agent.js"
></script>
</body> </body>
</html> </html>