css/others
This commit is contained in:
parent
fc4bd69cda
commit
9db5cd4e94
3 changed files with 10 additions and 9 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue