Skip to content

Commit

Permalink
html editors
Browse files Browse the repository at this point in the history
  • Loading branch information
thisanimus committed Aug 25, 2023
1 parent a90518b commit 8bce727
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ <h2>video</h2><video autoplay="" loop="" loading="lazy"
poster="https://deepspacerobots.com/assets/video/galaxy-poster.webp" preload="auto">
<source src="https://deepspacerobots.com/assets/video/galaxy.mp4" type="video/mp4">
</video><br>
<h2>iframe</h2><iframe loading="lazy" allowfullscreen class="embed-16-9" frameborder="0" height="360"
<h2>iframe</h2><iframe loading="lazy" title="strobe" allowfullscreen class="embed-16-9" frameborder="0" height="360"
src="https://player.vimeo.com/video/32910921?h=a736aa943b&color=ffffff" title="Vimeo video player"
width="640"></iframe>
<hr>
Expand Down Expand Up @@ -362,7 +362,7 @@ <h2>Basic Form</h2>
type="tel"></label> <label for="email">Email* <input id="email" name="email"
placeholder="janesmith@domain.com" required="" type="email"></label>
</div>
<label for="snack">Favorite Snack</labesl>
<label for="snack">Favorite Snack</label>
<select id="snack" name="snack">
<option selected disabled>Choose your favorite snack</option>
<option value="chips">Chips</option>
Expand Down

0 comments on commit 8bce727

Please sign in to comment.