Skip to content

Commit

Permalink
demo
Browse files Browse the repository at this point in the history
  • Loading branch information
apease04 committed Oct 4, 2024
1 parent 65407c8 commit 1419c9d
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1,23 @@
Hello World
<!DOCTYPE html>

<head>
</head>

<body>

<h1>Hello World</h1>
<i>Bold</i>
<hr>
</hr>
<br></br>
<p>This is a paragraph</p>
<img
src="https://news.berkeley.edu/wp-content/uploads/2016/09/Oskicupcake750.jpg" alt="Oski"></img>
<button>hi</button>
<input>hi</input>
<br></br>
<select>
<option>hi</option>
<option>hi 2</option>
</select>
</body>

0 comments on commit 1419c9d

Please sign in to comment.