Update index.html

This commit is contained in:
Sophia Atkinson 2022-01-20 14:39:11 -08:00 committed by GitHub
parent ebd0c4b621
commit 5d0f218b93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 8 deletions

View File

@ -1,11 +1,19 @@
<link rel="stylesheet" href="main.css"> <link rel="stylesheet" href="main.css">
<h1>Test</h1> <h1>H1</h1>
<h2>Test</h2> <h2>H2</h2>
<h3>Test</h3> <h3>H3</h3>
<h4>Test</h4> <h4>H4</h4>
<h5>Test</h5> <h5>H5</h5>
<h6>Test</h6> <h6>H6</h6>
<p>Test</p> <p>P</p>
<pre>Test</pre> <pre>PRE</pre>
<strong>Strong</strong>
<div>
<em>EM</em>
<div>
<a href="https://sophia.wtf">href</a>
<div>
<sub>SUB</sub>
<hr> <hr>