-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
34 lines (33 loc) · 999 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Скачать музыку ВКонтакте</title>
<style>
body {
background-color: black;
color: white;
}
.text-center {
text-align: center;
}
.bookmarklet-code {
width: 70%;
max-width: 1000px;
}
@media (max-width: 530px) {
.logo {
width: 80%;
}
}
</style>
</head>
<body>
<div class="text-center">
<img class="logo" src="./img/bg.png">
<p>
<textarea rows="3" onclick="this.select()" readonly class="bookmarklet-code">javascript:(function(){if (typeof initMusicDownloader === 'function') {initMusicDownloader();} else {document.body.appendChild(document.createElement('script')).src='https://fornit1917.github.io/music-download-plugin/dist/downloader.js';}})();</textarea>
</p>
</div>
</body>
</html>