Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ungiglio authored Sep 10, 2024
1 parent be3135b commit 8bdab3d
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@

<head>
<title>iBin</title>
<link rel="stylesheet" type="text/css" href="index.css?v=1.2.1">
<link rel="stylesheet" type="text/css" href="index.css?v=1.1.5">
<link rel="icon" href="media/favicon/i-icon.png" type="image/x-icon">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!--AUDIO-->
<audio id="mp3indian" src="media/audio/hychv.mp3"></audio>
</head>

<body>
Expand Down Expand Up @@ -231,11 +229,6 @@ <h2 class="ilogo"><i class="fa fa-trash-o"></i> iBin</h2>

let customAlert = new CustomAlert();
</script>
<script>
function audioStart() {
document.getElementById("mp3indian").play();
}
</script>
</body>

</html>

0 comments on commit 8bdab3d

Please sign in to comment.