OKSOFTWARES / index.html
angeloqq's picture
Upload 53 files
be4bed5 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ok Softwares And Web Development</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="container" id="container">
<nav class="navbar">
<div class="burger">&#9776;</div>
<ul class="nav-links">
<li><a onclick="home()">Home</a></li>
<li><a onclick="hosting()">Hosting Services</a></li>
<li><a onclick="chatbots()">Chatbots</a></li>
<li><a onclick="systems()">Systems</a></li>
<li><a onclick="softwares()">Softwares</a></li>
<li><a onclick="contact()">Contact</a></li>
</ul>
</nav>
<div class="main-content" id="main-content">
<section id="home" class="intro-section">
<div class="searchie">
<input type="search" name="search" id="search" placeholder="Search projects...">
<button type="button" id="btn-search" onclick="searchh()"> πŸ” </button>
</div>
<h1>Welcome</h1><h1>to</h1><h1>OK Softwares & Web Development</h1>
</section>
<footer class="footer">
<p>&copy; 2024 OK Softwares & Web Development. All Rights Reserved.</p>
</footer>
</div>
</div>
<div class="chatbot-bubble">
<p class="pup" id="pup">Need assistance?</p>
<img src="assets/shrug.png" alt="Chatbot">
</div>
<div class="chatbot-window">
<button class="chatbot-close">Close</button>
<iframe src="bot/index.html" frameborder="0"></iframe>
</div>
<script src="scripts.js"></script>
<script src="content.js"></script>
</body>
</html>