Skip to content

Commit

Permalink
Add sample html files
Browse files Browse the repository at this point in the history
  • Loading branch information
Reza9472 committed Oct 12, 2021
1 parent 990cd8c commit 6c1db59
Show file tree
Hide file tree
Showing 7 changed files with 111 additions and 0 deletions.
13 changes: 13 additions & 0 deletions dist/Silver Blaze.html

Large diffs are not rendered by default.

33 changes: 33 additions & 0 deletions dist/Test.html
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>
13 changes: 13 additions & 0 deletions dist/The Adventure of the Six Napoleans.html

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions dist/The Adventure of the Speckled Band.html

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions dist/The Naval Treaty.html

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions dist/The Red Headed League.html

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions dist/index.html
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>

0 comments on commit 6c1db59

Please sign in to comment.