-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
111 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<!doctype html> | ||
<html lang="en-CA"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>h1</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link href="undefined" rel="stylesheet"> | ||
</head> | ||
<body> | ||
<h1>h1</h1> | ||
<p>text for h1</p> | ||
<p>more text for h1 - <a href='www.google.com'>Link to google</a></p> | ||
<h2>h2</h2> | ||
<p>text for h2 - link <https://www.google.com></p> | ||
2 spaces after h2 | ||
|
||
|
||
<h3>h3</h3> | ||
<h4>h4</h4> | ||
<p>text for h3 and h4 - <del>striked</del></p> | ||
3 asterisks below this | ||
<hr> | ||
3 hyphens | ||
<hr> | ||
3 underscores | ||
<hr> | ||
<p>last line of text for h4</p> | ||
<h5>h5</h5> | ||
<p>text for h5 - <em>italic</em> or <em>italic</em></p> | ||
<h6>h6</h6> | ||
<p>text for h6 - <strong>bold</strong> or <em>bold</em></p> | ||
</body> | ||
</html> |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<!doctype html> | ||
<html lang="en-CA"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>Index File</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link href="undefined" rel="stylesheet"> | ||
</head> | ||
<body> | ||
<h1>Index File</h1> | ||
<a href="./Silver%20Blaze.html">Silver Blaze</a><br><a href="./The%20Adventure%20of%20the%20Six%20Napoleans.html">The Adventure of the Six Napoleans</a><br><a href="./The%20Adventure%20of%20the%20Speckled%20Band.html">The Adventure of the Speckled Band</a><br><a href="./The%20Naval%20Treaty.html">The Naval Treaty</a><br><a href="./The%20Red%20Headed%20League.html">The Red Headed League</a><br><a href="./Test.html">Test</a><br> | ||
</body> | ||
</html> |