You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
915 B
22 lines
915 B
<odoo>
|
|
<template id="custom_message" inherit_id="website.layout" name="Custom Header">
|
|
<xpath expr="//div[@id='wrapwrap']/main" position="before">
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
|
<title>Sanitize</title>
|
|
<link rel="stylesheet" href="/theme_splash/static/src/css/style.css"/>
|
|
|
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.0/css/all.css"
|
|
integrity="sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ" crossorigin="anonymous"/>
|
|
|
|
<link href="'https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@300;400;700&display=swap'" rel="stylesheet"/>
|
|
<link href="https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap" rel="stylesheet"/>
|
|
|
|
</head>
|
|
</html>
|
|
</xpath>
|
|
</template>
|
|
|
|
</odoo>
|