Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
aleyu0 authored Apr 18, 2024
1 parent 4e1574e commit 3a8da72
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions notes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>Group 13 Minute Notes</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="favicon.ico">
<link rel="icon" href="media/favicon.ico">
</head>
<body>
<header>
Expand Down Expand Up @@ -58,14 +58,14 @@ <h2><b>Comments:</b></h2>
<details>
<summary><b>Miscellaneous</b></summary>
<p>To complete this lab assignment, I also need to a include a picture, video, audio file, and a form. Below are some random items to fulfill the tasks. </p>
<img src="Geisel_Erik_Jepsen.jpg" alt="Geisel Library" width="320" height="240">
<img src="media/Geisel_Erik_Jepsen.jpg" alt="Geisel Library" width="320" height="240">
<br>
<video width="320" height="240" controls>
<source src="shortvideo.mp4" type="video/mp4">
<source src="media/shortvideo.mp4" type="video/mp4">
</video>
<br>
<audio controls>
<source src="shortaudio.mp3" type="audio/mp3">
<source src="media/shortaudio.mp3" type="audio/mp3">
</audio>
<form>
<fieldset>
Expand Down Expand Up @@ -123,4 +123,4 @@ <h2><b>Comments:</b></h2>
<p>Alessio Yu - Group 13</p>
</footer>
</body>
</html>
</html>

0 comments on commit 3a8da72

Please sign in to comment.