-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2e655eb
commit d836ca5
Showing
2 changed files
with
19 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,8 @@ | |
<meta charset="UTF-8"> | ||
<title>MMAudio</title> | ||
|
||
<link rel="icon" type="image/png" href="images/icon.png"> | ||
|
||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<!-- CSS only --> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" | ||
|
@@ -130,14 +132,9 @@ | |
</div> | ||
</div> | ||
<br> | ||
<div style="text-align: center;"> | ||
<video style="width: 100%" controls> | ||
<source | ||
src="./videos/demo.mp4" | ||
type="video/mp4"> | ||
Your browser does not support the video tag. | ||
</video> | ||
</div> | ||
<div class="video-container" style="text-align: center;"> | ||
<iframe src="https://youtube.com/embed/YElewUT2M4M"></iframe> | ||
</div> | ||
|
||
<br> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters