Current directory: /home/klas4s23/domains/585455.klas4s23.mid-ica.nl/public_html/Gastenboek/uploads
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TechnoWire</title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://fonts.cdnfonts.com/css/agency-fb">
<style>
@import url('https://fonts.cdnfonts.com/css/agency-fb');
</style>
</head>
<body>
<div class="container">
<div class="pagetitle">
<h1 class="title">Home</h1>
</div>
<div class="footer">
<footer>
<p>TechnoWire</p>
<p id="time">12:00:00</p>
</footer>
</div>
<div class="navigation">
<div class="logo">
<div class="logo1">
<a href="home.html">
<img src="images/L1-7 - Logo TechnoWire.png" alt="Your Logo">
</a>
</div>
</div>
<ul>
<li><a href="index.html" class="active">Home</a></li>
<li><a href="halloffame.html">Hall of Fame</a></li>
<li><a href="programmeertalen.html">Programming Languages</a></li>
<li><a href="siliconvalley.html">Silicon Valley</a></li>
</ul>
</div>
<div class="info">
<h3>TechnoWire is a dynamic company driven by a profound passion for the world of IT. Our mission at TechnoWire is to empower young adults, including those without a prior ICT background, by providing accessible and engaging IT knowledge. We've created a user-friendly platform that consolidates essential IT information into one convenient location, eliminating the need to search across the vast expanse of the internet. Whether you're curious about coding, cybersecurity, or cloud computing, TechnoWire is your comprehensive destination. Join us in making IT accessible, enjoyable, and tailored to your needs, as we embark on an exciting journey through the IT realm together!</p>
</div>
</div>
</div>
</body>
</html>
<script>
let time = document.getElementById("time");
setInterval(() => {
let d = new Date();
time.innerHTML = d.toLocaleTimeString();
}, 1000);
</script>