html
html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!--Code by Arrchith-->
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1>Fix my speaker🔊</h1>
<p>With this sound we can clear the dust and water in a phone's speaker.There is an anchor called audio below to play the sound if your phone fell into water you can use this sound</p>
<p>Frequency = 22000 hz</p>
<h2><strong> ⚠️Warning Don't wear headphones</strong></h2>
<a href="https://youtu.be/FJQpHZ2t33E?si=t9IA4x2QgdULz9e0">Audio</a>
<hr>
<h3>Code by Arrchith</h3>
<hr>
</body>
<p></p>
</html>
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
body {
background: #66D3FA;color: blue;;
}
Enter to Rename, Shift+Enter to Preview
js
js
1
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run