fix
This commit is contained in:
@@ -1,139 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
||||
|
||||
|
||||
|
||||
<title>Authors | this story site</title>
|
||||
|
||||
<meta name="description" content="" />
|
||||
|
||||
<link rel="stylesheet" href="https://ODOO4startups.org/css/main.min.d2a79c3b2a1d1f32835f7ff8ecbfd5a2d1ee32c7dc81778dd22116ef0d96f404.css" />
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<nav>
|
||||
|
||||
<a
|
||||
href="http://ODOO4projects.com"
|
||||
style="
|
||||
display: inline-flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
background-color: white;
|
||||
color: orange;
|
||||
border: 2px solid orange;
|
||||
text-decoration: none;
|
||||
padding: 16px 24px;
|
||||
border-radius: 10px;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
line-height: 1.3;
|
||||
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
|
||||
transition: all 0.3s ease;
|
||||
"
|
||||
onmouseover="this.style.backgroundColor='#fef6e4'; this.style.color='orange'"
|
||||
onmouseout="this.style.backgroundColor='white'; this.style.color='orange'"
|
||||
>
|
||||
<img src="/images/logo.svg" alt="Logo" style="width: 32px; height: 32px" />
|
||||
<span style="display: inline-block"> Launch your ODOO Project now! </span>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<div class="dropdown">
|
||||
<button class="dropbtn">en</button>
|
||||
<div class="dropdown-content">
|
||||
|
||||
<a href="/en/" class="">
|
||||
English
|
||||
</a>
|
||||
|
||||
<a href="/de/" class="">
|
||||
Deutsch
|
||||
</a>
|
||||
|
||||
<a href="/es/" class="">
|
||||
Spanish
|
||||
</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
<main>
|
||||
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<ul class="footer_links">
|
||||
|
||||
<li><a href="/about" title="About Us">About Us</a></li>
|
||||
|
||||
<li><a href="/blog" title="Blog">Blog</a></li>
|
||||
|
||||
<li><a href="/careers" title="Careers">Careers</a></li>
|
||||
|
||||
<li><a href="/contact" title="Contact Us">Contact Us</a></li>
|
||||
|
||||
<li><a href="/faq" title="FAQ">FAQ</a></li>
|
||||
|
||||
<li><a href="/privacy" title="Privacy Policy">Privacy Policy</a></li>
|
||||
|
||||
<li><a href="/sitemap" title="Sitemap">Sitemap</a></li>
|
||||
|
||||
<li><a href="/support" title="Support">Support</a></li>
|
||||
|
||||
<li><a href="/terms" title="Terms of Service">Terms of Service</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<small class="copyright"> © 2025 YourSiteName. All rights reserved. </small>
|
||||
</footer>
|
||||
<dialog class="story_dialog">
|
||||
<button id="closeStoryModal" autofocus>Close</button>
|
||||
<iframe
|
||||
src="https://ai.odoo4projects.com/form/345c0f2c-8764-4094-8a5d-1be9c2ed86ef"
|
||||
frameborder="1"
|
||||
></iframe>
|
||||
</dialog>
|
||||
<div id="story-modal">
|
||||
<button id="close-modal">✕</button>
|
||||
<div id="modal-content">Loading...</div>
|
||||
</div>
|
||||
<script src="/pagefind/pagefind-ui.js"></script>
|
||||
|
||||
<script>
|
||||
window.addEventListener("DOMContentLoaded", (event) => {
|
||||
new PagefindUI({ element: "#search", showSubResults: true,highlightParam: "highlight" });
|
||||
});
|
||||
</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>
|
||||
<!doctype html><html lang=en><head><meta charset=UTF-8><meta name=viewport content="width=device-width,initial-scale=1"><title>Authors | this story site</title><meta name=description content><link rel=stylesheet href=https://ODOO4startups.org/css/main.min.d2a79c3b2a1d1f32835f7ff8ecbfd5a2d1ee32c7dc81778dd22116ef0d96f404.css></head><body><nav><a href=http://ODOO4projects.com style="display:inline-flex;flex-direction:row;align-items:center;gap:12px;background-color:#fff;color:orange;border:2px solid orange;text-decoration:none;padding:16px 24px;border-radius:10px;font-size:18px;font-weight:700;text-align:left;line-height:1.3;box-shadow:0 4px 12px rgba(0,0,0,5%);transition:all .3s ease" onmouseover='this.style.backgroundColor="#fef6e4",this.style.color="orange"' onmouseout='this.style.backgroundColor="white",this.style.color="orange"'><img src=/images/logo.svg alt=Logo style=width:32px;height:32px>
|
||||
<span style=display:inline-block>Launch your ODOO Project now!</span></a><div class=dropdown><button class=dropbtn>en</button><div class=dropdown-content><a href=/en/>English
|
||||
</a><a href=/de/>Deutsch
|
||||
</a><a href=/es/>Spanish</a></div></div></nav><main></main><footer><ul class=footer_links><li><a href=/about title="About Us">About Us</a></li><li><a href=/blog title=Blog>Blog</a></li><li><a href=/careers title=Careers>Careers</a></li><li><a href=/contact title="Contact Us">Contact Us</a></li><li><a href=/faq title=FAQ>FAQ</a></li><li><a href=/privacy title="Privacy Policy">Privacy Policy</a></li><li><a href=/sitemap title=Sitemap>Sitemap</a></li><li><a href=/support title=Support>Support</a></li><li><a href=/terms title="Terms of Service">Terms of Service</a></li></ul><small class=copyright>© 2025 YourSiteName. All rights reserved.</small></footer><dialog class=story_dialog><button id=closeStoryModal autofocus>Close</button>
|
||||
<iframe src=https://ai.odoo4projects.com/form/345c0f2c-8764-4094-8a5d-1be9c2ed86ef frameborder=1></iframe></dialog><div id=story-modal><button id=close-modal>✕</button><div id=modal-content>Loading...</div></div><script src=/pagefind/pagefind-ui.js></script><script src=/js/main.min.17f3c1da6c4fc64c5ae0232e5657de9da87c1389daa4ee5e63ac85cba7a08bc5.js defer></script><script>window.addEventListener("DOMContentLoaded",e=>{new PagefindUI({element:"#search",showSubResults:!0,highlightParam:"highlight"})})</script><script>const dialog=document.querySelector("dialog"),showButton=document.getElementById("createStoryBtn"),closeButton=document.getElementById("closeStoryModal");showButton.addEventListener("click",()=>{dialog.showModal()}),closeButton.addEventListener("click",()=>{dialog.close()})</script></body></html>
|
||||
Reference in New Issue
Block a user