css/others

This commit is contained in:
Marc Beninca 2025-01-27 00:31:16 +01:00
parent fc4bd69cda
commit 9db5cd4e94
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
3 changed files with 10 additions and 9 deletions

View file

@ -1,10 +1,10 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="Brief description of page.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Title.</title>
<link rel="stylesheet" href="style/main.css">
</head>
@ -16,7 +16,9 @@
<nav aria-label="Main navigation">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="some.html">Some</a></li>
<li><a href="other.html">Other</a></li>
<li><a href="about.html">About</a></li>
</ul>
</nav>
</header>
@ -67,7 +69,7 @@
<section>
<h2>Yet Another Heading</h2>
<h3>Sub Heading</h3>
<p>Yet another paragraph.</p>
<p>Yet another paragraph that is quite a bit longer than others.</p>
</section>
</div>