hms_bak/restore_buttons/static/description/index.html
mgite 36b2a3fab6
Some checks failed
Update odoo 18 / update (push) Failing after 1m32s
maaaany changes
2024-11-16 02:07:15 +04:00

27 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Restore Buttons</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
</head>
<body style="background: #f3f3f3;">
<section class="mb-5">
<div class="container text-center">
<h1 class="pb-4 d-flex justify-content-center" style="color: #a3498b;">
<span class="ml-2">Demonstration</span>
</h1>
<p class="mb-5" style="font-size: 26px;font-weight: 500;letter-spacing: 0.02em;color: #535456;">
Restore old actions, save and discard buttons
</p>
</div>
<div class="container text-left mb-5">
<img src="./gifs/action_save_discard.gif" class="img img-fluid"/>
</div>
</section>
</body>
</html>