Merge pull request #6 from phuocduong-agilityio/training/chapter-4

Training/chapter 4
This commit is contained in:
Loi Phan
2023-06-19 09:54:35 +07:00
committed by GitHub
2 changed files with 85 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About</title>
</head>
<body>
<h1>About page</h1>
</body>
</html>
+73
View File
@@ -0,0 +1,73 @@
<html>
<head>
<title>Links</title>
</head>
<body>
<h1 id="top">Film Folk</h1>
<h2>Festival Diary</h2>
<p>Here are some of the film festivals we
will be attending this year.<br />Please
<a href="mailto:filmfolk@example.org">
contact us</a> if you would like more
information.
</p>
<p>Here are some of the film festivals we
will be attending this year.<br />Please
<a href="mailto:filmfolk@example.org">
contact us</a> if you would like more
information.
</p>
<p>Here are some of the film festivals we
will be attending this year.<br />Please
<a href="mailto:filmfolk@example.org">
contact us</a> if you would like more
information.
</p>
<p>Here are some of the film festivals we
will be attending this year.<br />Please
<a href="mailto:filmfolk@example.org">
contact us</a> if you would like more
information.
</p>
<p>Here are some of the film festivals we
will be attending this year.<br />Please
<a href="mailto:filmfolk@example.org">
contact us</a> if you would like more
information.
</p>
<p>Here are some of the film festivals we
will be attending this year.<br />Please
<a href="mailto:filmfolk@example.org">
contact us</a> if you would like more
information.
</p>
<p>Here are some of the film festivals we
will be attending this year.<br />Please
<a href="mailto:filmfolk@example.org">
contact us</a> if you would like more
information.
</p>
<p>Here are some of the film festivals we
will be attending this year.<br />Please
<a href="mailto:filmfolk@example.org">
contact us</a> if you would like more
information.
</p>
<h3>January</h3>
<p><a href="http://www.sundance.org">
Sundance Film Festival</a><br />
Park City, Utah, USA<br />
20 - 30 January 2011</p>
<h3>February</h3>
<p><a href="http://www.tropfest.com">
Tropfest</a><br />
Sydney, Australia<br />
20 February 2011</p>
<!-- additional content -->
<p><a href="about.html">About Film Folk</a></p>
<p><a href="#top">Top of page</a></p>
</body>
</html>