forked from candraKriswinarto/youtube2mp3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
72 lines (72 loc) · 2.49 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html lang="tr">
<head>
<meta charset="UTF-8" />
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH"
crossorigin="anonymous"
/>
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>YouTube'tan MP3'e Dönüştürücü - erhan polat</title>
<script
async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9309856003791115"
crossorigin="anonymous"
></script>
<script
async
src="https://fundingchoicesmessages.google.com/i/pub-9309856003791115?ers=1"
nonce="DtNJI39HoygdM6-VxImsdw"
></script>
<script nonce="DtNJI39HoygdM6-VxImsdw">
(function () {
function signalGooglefcPresent() {
if (!window.frames["googlefcPresent"]) {
if (document.body) {
const iframe = document.createElement("iframe");
iframe.style =
"width: 0; height: 0; border: none; z-index: -1000; left: -1000px; top: -1000px;";
iframe.style.display = "none";
iframe.name = "googlefcPresent";
document.body.appendChild(iframe);
} else {
setTimeout(signalGooglefcPresent, 0);
}
}
}
signalGooglefcPresent();
})();
</script>
<script
async
custom-element="amp-auto-ads"
src="https://cdn.ampproject.org/v0/amp-auto-ads-0.1.js"
></script>
</head>
<body>
<div id="root"></div>
<amp-auto-ads type="adsense" data-ad-client="ca-pub-9309856003791115">
</amp-auto-ads>
<script type="module" src="/src/main.jsx"></script>
<script
data-name="BMC-Widget"
data-cfasync="false"
src="https://cdnjs.buymeacoffee.com/1.0.0/widget.prod.min.js"
data-id="erhanpolat"
data-description="Support me on Buy me a coffee!"
data-message="Bu projenin devam edebilmesi için destek olabilirsiniz."
data-color="#5F7FFF"
data-position="Right"
data-x_margin="18"
data-y_margin="18"
></script>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"
></script>
</body>
</html>