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.
25 lines
950 B
25 lines
950 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<!-- Error page layout-->
|
|
<template id="error" name="Error">
|
|
<section class="main" id="pink">
|
|
<section class="error">
|
|
<div class="container h-full d-flex justify-center">
|
|
<div class="row ct">
|
|
<div class="col-12">
|
|
<h1>404</h1>
|
|
<p>Oops Somthing Went Wrong !</p>
|
|
<div class="wrapper">
|
|
<a href="index.html" class=" btn btn-error">
|
|
<span class=" fas fa-home"/>
|
|
Take me
|
|
Home
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</section>
|
|
</template>
|
|
</odoo>
|
|
|