mirror of
https://github.com/BenDWit/freecodecamp.git
synced 2025-12-23 11:09:59 +01:00
14 lines
No EOL
349 B
HTML
14 lines
No EOL
349 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>
|
|
</body>
|
|
</html> |