Files
left4code.neocities.org/courses/itscoming.html
2025-04-19 23:15:58 -04:00

29 lines
674 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Left 4 Code</title>
<link rel="icon" type="image/x-icon" href="../favicon/favicon.ico">
<link rel="stylesheet" type="text/css" href='../style.css'>
</head>
<body>
<header>
<span>Left4Code</span>
</header>
<nav>
<div>
<a href="../index.html">Home</a>
<a href="../blog.html">Blog / Courses</a>
</div>
</nav>
<div class="container">
<section>
<h1 class="blog-header">It's on the way, don't worry!</h1>
</footer>
</html>