web-crawler/tests/GetURLFromHTML/my-simple-cooking-website.html
2024-08-26 18:37:45 +01:00

37 lines
1.4 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<title>My simple cooking website</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
span.underline{text-decoration: underline;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
ul.task-list{list-style: none;}
</style>
</head>
<body>
<header id="title-block-header">
<h1 class="title">My simple cooking website</h1>
</header>
<p>Find my favourite recipes here.</p>
<h2 id="recipes">Recipes</h2>
<ul>
<li><a href="/recipes/sweet-n-sour-kung-pao-style-chicken">Sweet n Sour Kung Pao-Style Chicken</a></li>
<li><a href="/recipes/beef-and-broccoli">Beef and Broccoli</a></li>
<li><a href="/recipes/asian-glazed-salmon">Asian Glazed Salmon</a></li>
<li><a href="/recipes/caesar-salad">Caesar Salad</a></li>
<li><a href="/recipes/simple-tuna-salad">Simple Tuna Salad</a></li>
<li><a href="/recipes/wholemeal-pizza">Wholemeal Pizza</a></li>
</ul>
<h2 id="links">Links</h2>
<ul>
<li><a href="/news">News</a></li>
<li><a href="/about/contact">Contact</a></li>
<li><a href="https://the-other-site.example.new/home">The other site</a></li>
</ul>
</body>
</html>