Skip to content

Commit

Permalink
None
Browse files Browse the repository at this point in the history
  • Loading branch information
KuranosukeOhta committed Jul 18, 2021
1 parent 7bba130 commit 0430fcc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,16 @@ <h1>Flight Information Display</h1>
</script>


</div>
<button type="button" class="btn btn-outline-primary">Primary</button>


<audio autoplay id="audio">
<source src="sounds/chime.mp3">
<source src="sounds/chime.mp3" type="audio/mp3">
</audio>

<script src="sound.js"></script>

<audio autoplay loop src="sounds/Airport.mp3"></audio>

</body>
</html>
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*{
black{
font-family: 'MS UI Gothic';
font-style: normal;
background-color: rgba(0, 0, 0, 0.726);
Expand Down

0 comments on commit 0430fcc

Please sign in to comment.