-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
92 lines (90 loc) · 4.61 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!doctype html>
<html lang="id-ID">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>PEMBUAT LIRIK</title>
<link rel="icon" type="image/x-icon" href="logo.png">
<!-- About Web -->
<meta name="description" content="Kami hadir untuk memudahkan anda dalam pembuatan lirik dari file json">
<meta name="keywords" content="lirik, lyrics, song, liriklagu, lagu, music, musik, musiklirik, musiclyrics, lirikmusik, lyricsmusic suryodwijayanto, iyortml, darkclue, darkcluemusic, iddevlop, cusmedroid">
<meta name="author" content="Suryo DwiJayanto">
<!-- Robot -->
<meta name="robots" content="noindex,nofollow">
<meta name="googlebot-news" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
<!-- Meta SEO -->
<meta property="og:title" content="PEMBUAT LIRIK">
<meta property="og:url" content="https://darkcluemusic.github.io/lyrics-maker/">
<meta property="og:description" content="Kami hadir untuk memudahkan anda dalam pembuatan lirik dari file json">
<meta property="og:image" content="logo.png">
<link rel="canonical" href="https://darkcluemusic.github.io/lyrics-maker/">
<meta property="og:site_name" content="DARK CLUE MUSIC">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image:alt" content="Dark Clue Music">
<meta property="fb:app_id" content="darkcluemusic">
<meta name="twitter:site" content="@darkcluemusic">
<!-- Style -->
<link rel="stylesheet" href="style.css">
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Anton&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Anton&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap" rel="stylesheet">
<!-- Include link jQuery 3.6.0 -->
<script type='text/javascript' src='https://cusmedroid.github.io/js/jquery-3.6.0.min.js'></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-W031KBWLW2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-W031KBWLW2');
</script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1674327749539491" crossorigin="anonymous"></script>
</head>
<body id="myCopyright">
<div class="main">
<div class="mdonatelah" onclick="mDonate()"><p class="najd">D O N A S I</p><b>T E R I M A K A S I H</b></div>
<header>
<h1 class="anton-regular">PEMBUAT LIRIK</h1>
</header>
<main>
<label>Unggah mp3</label>
<input type="file" class="input" name="fileAudio" accept=".mp3,audio/*" value="" onchange="PreviewAudio(this, $('#audioPreview'))" />
<audio controls="controls" id="audioPreview">
<source src="" type="audio/mp4" />
</audio>
<p class="scp">Milidetik : <input type="text" id="audioTime" oncontextmenu="return false;" onkeydown="return false;" onmousedown="return false;" placeholder="0" readonly required></p>
<form>
<input id="item" class="input" type="text" placeholder="Tambahkan baris lirik.." maxlength="40" required>
</form>
<h2 class="anton-regular">JSON</h2>
<div class="mcode" id="msaves"><p class="mpre">{
"lyrics": [
{"line": "", "time":-1},</p>
<div id="dodol"></div>
<p id="enma" class="mpre"></p>
<p class="mpre"> ]
}</p></div>
<button id="msalin" class="bbtn" style="display: none;" onclick="copyDivToClipboard()">Salin</button>
<button id="zbtn">Hapus Semua</button>
<h2 class="anton-regular">CATATAN</h2>
<article class="mcode">
<p class="mpre">- Siapkan lagu dan lirik lagu
- Unggah lagu anda
- Putar audio anda
- Tempel setiap baris pada lirik
- Wajib pemutaran sampai habis
- Salin lalu tempel pada file json anda
- Jika terjadi kekacauan pada lirik ubah time mis. 180.00231 menjadi 180</p>
</article>
<button class="bbtn" title="JSON To LRC" onclick="mPreview()">JSON To LRC</button>
</main>
<footer>
<p>Dipersembahkan oleh <b><a title="Suryo DwiJayanto" target="_blank" href="https://www.google.com/search?q=Suryo%20DwiJayanto">Suryo DwiJayanto</a></b></p>
</footer>
</div>
<script type="text/javascript" src="https://darkcluemusic.github.io/assets/js/lyrics-maker/bd7gf883j77s6a2.js"></script>
<script type="text/javascript" src="https://darkcluemusic.github.io/assets/js/disclaimer/index.js"></script>
</body>
</html>