Frontendweb
Home
|
Portfolio
A guide to eating directly from the fridge without utensils
1
<!DOCTYPE html>
2
<html
lang
="en">
3
<head>
4
<title>
Frontendweb
</title>
5
<link
rel
=
"stylesheet"
href
=
"
Source code theme
Dark mode theme
Presentation
.css">
6
</head>
7
<body>
8
<header>
9
<h1>
Frontendweb
</h1>
10
<nav>
11
<ul>
12
<li><a
href
=
"/"
>
Home
</a></li>
13
<li><a
href
=
"portfolio/"
>
Portfolio
</a></li>
14
<li><a
href
=
"photos/"
>
Photos
</a></li>
15
<li><a
href
=
"jam/"
>
Habanero jam
</a></li>
16
</ul>
17
</nav>
18
</header>
19
<main>
20
<p>
This site contains my portfolio, a few photos and a habanero jam recipe. Enjoy!
</p>
21
</main>
22
<footer>
23
<small>
Copyright 2023
</small>
24
</footer>
25
</body>
26
</html>