Files
success/public/en/stories/agape-copy-7/index.html
Shuvam Khamrui df0e0f9481 initial commit
2025-06-11 21:00:46 +05:30

67 lines
1.4 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Transforming Our Cattle Farm with Odoo Community | </title>
<link rel="stylesheet" href="/css/main.css" />
<link href="/pagefind/pagefind-ui.css" rel="stylesheet" />
</head>
<body>
<nav>
<h2>sponser</h2>
<img src="" alt="" class="logo" />
<div class="search-bar-container" id="search"></div>
<div class="dropdown">
<button class="dropbtn">en</button>
<div class="dropdown-content">
<a href="/en/" class="">
English
</a>
<a href="/de/" class="">
German
</a>
<a href="/es/" class="">
Spanish
</a>
</div>
</div>
</nav>
<main> single page </main>
<script src="/pagefind/pagefind-ui.js"></script>
<script>
window.addEventListener("DOMContentLoaded", (event) => {
new PagefindUI({ element: "#search", showSubResults: true });
});
</script>
<script>
const dialog = document.querySelector("dialog");
const showButton = document.getElementById("createStoryBtn");
const closeButton = document.getElementById("closeStoryModal");
showButton.addEventListener("click", () => {
dialog.showModal();
});
closeButton.addEventListener("click", () => {
dialog.close();
});
</script>
</body>
</html>