mirror of
https://github.com/BenDWit/freecodecamp.git
synced 2025-12-23 15:09:59 +01:00
19 lines
No EOL
459 B
HTML
19 lines
No EOL
459 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Travel Agency Page</title>
|
|
<meta name="description" content="Advanture Travel Agency">
|
|
</head>
|
|
<body>
|
|
<h1>Sazlburg</h1>
|
|
<p>Capital of Austira.</p>
|
|
<h2>Packages</h2>
|
|
<ul>
|
|
<li>Group Travels</li>
|
|
<li>Private Tours</li>
|
|
</ul>
|
|
<h2>Top Itineraries</h2>
|
|
</body>
|
|
</html> |