25 lines
914 B
HTML
Executable File
25 lines
914 B
HTML
Executable File
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||
<html lang="en">
|
||
|
||
<head>
|
||
<link href="https://fonts.googleapis.com/css2?family=Iceland&display=swap" rel="stylesheet">
|
||
<link rel="icon" href="/resources/img/pp.jpg" type="image/jpeg">
|
||
<meta charset="en">
|
||
<title>Peter Baker</title>
|
||
</head>
|
||
|
||
<body>
|
||
<header class="site-header" role="banner">
|
||
<picture>
|
||
<source srcset="/resources/img/pb_16_9_under512kb.webp" type="image/webp">
|
||
<img src="/resources/img/pb.png" alt="Portrait of Peter" width="1280" height="372" loading="eager" decoding="async">
|
||
<picture>
|
||
</header>
|
||
|
||
<p>Whether it be IMDB’s top 250 movies or the FBI’s most wanted, lists are everywhere on the web and you are going to need one eventually in your webpages.
|
||
Luckily, with HTML there are a couple of different types of lists at your disposal.</p>
|
||
</body>
|
||
|
||
</html>
|
||
|