mirror of
https://git.qwik.space/left4code/left4code.neocities.org.git
synced 2025-07-28 00:13:38 +05:30
29 lines
674 B
HTML
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>
|