Skip to content

Commit

Permalink
clean slate
Browse files Browse the repository at this point in the history
  • Loading branch information
Brett Cunningham committed Aug 24, 2020
1 parent 421a584 commit 7794c98
Showing 1 changed file with 2 additions and 28 deletions.
30 changes: 2 additions & 28 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,36 +3,10 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>My first Website</title>
<title>Master</title>
</head>
<body>
<h1>Block Elements </h1>
<h4>My Favorite TV Shows</h4>

<ul>
<li>Game of thrones</li>
<li>Ancient Aliens</li>
<li>Spongebob</li>
<li>Archer</li>
<li>Spaceghost</li>
</ul>

<h3>Top Athletes</h3>

<ol>
<li>James Harden</li>
<li>Michael Jordan</li>
<li>Stephen Curry</li>
<li>J.J. Watt</li>
</ol>

<h1>Inline Elements</h1>

<!-- self closing tag -->
<!-- src is attribute -->
<img src="./img/pikachu.png" alt="pikachu">
<img src="./img/Screen Shot 2020-08-06 at 8.10.37 AM.png" alt="myMeme" width="100px">

<h1>Master Branch</h1>

</body>
</html>
Expand Down

0 comments on commit 7794c98

Please sign in to comment.