mirror of
https://github.com/BenDWit/freecodecamp.git
synced 2025-12-23 17:09:59 +01:00
init commit + some html i already wrote(not spell checked)
This commit is contained in:
parent
dbc7c8414b
commit
17a72bfba3
2 changed files with 14 additions and 0 deletions
14
HTML/Basic_html/Travel_agency/index.html
Normal file
14
HTML/Basic_html/Travel_agency/index.html
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<!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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue