mirror of
https://github.com/Nezumi-2711/loi-phan-internship.git
synced 2026-09-22 20:01:33 +00:00
Merge pull request #1 from phuocduong-agilityio/training/chapter-1
Training/chapter 1
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Chapter 1</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>This is the Main Heading</h1>
|
||||
<p>This text might be an introduction to the rest of
|
||||
the page. And if the page is a long one it might
|
||||
be split up into several sub-headings.
|
||||
<p>
|
||||
<h2>This is a Sub-Heading</h2>
|
||||
<p>Many long articles have sub-headings so to help
|
||||
you follow the structure of what is being written.
|
||||
There may even be sub-sub-headings (or lower-level
|
||||
headings).</p>
|
||||
<h2>Another Sub-Heading</h2>
|
||||
<p>Here you can see another sub-heading.</p>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user