-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
90 lines (87 loc) · 3.43 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>YouTube To Mp3</title>
<base >
<meta name="robots" content="index,follow">
<meta name="keywords" content="mp3,ytmp3,converter,downloader">
<meta name="description" content="Convert and download videos to mp3 (audio) or mp4 (video) files for free. There is no registration or software needed.">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700italic">
<link rel="stylesheet" type="text/css" href="font-awesome-4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="css/index242b.css?1510012847">
</head>
<body>
<div id="nav">
<a href="#">Home</a><a href="news/index.html">News</a>
</div>
<div id="content">
<a href="#"><img id="logo" src="images/logo.png" alt=""></a>
<div id="converter_wrapper">
<div id="converter">
<div id="title">
Please insert a valid video URL
</div>
<form method="post">
<input id="input" type="text" name="video">
<input id="submit" type="submit" value="Convert">
</form>
<div id="progress">
<span>starting</span> <i class="fa fa-cog fa-spin"></i>
</div>
<div id="download">
<a id="file" href="#" target="_blank" rel="nofollow">Download</a>
<a href="#">Convert next</a>
</div>
</div>
<div id="formats">
<a id="mp3" href="#">mp3</a>
<a id="mp4" href="#">mp4</a>
<a id="dropbox" href="#">Save to Dropbox</a>
</div>
<div id="pa_download">
<a href="d/index.html" rel="nofollow" target="_blank">Download</a>
</div>
</div>
<div id="separator"></div>
<div id="text">
<h1>YouTube to Mp3</h1>
<p>
By using this converter you can easily convert videos to mp3 (audio) or mp4 (video) files and download them for free - this service works for computers, tablets and mobile devices.
</p>
<p>
The videos are always converted in the highest available quality. Please note that this website can only convert videos up to a length of 2 hours - the limitation is necessary, so the conversion of any video will not take
more than a couple of minutes.
</p>
<p>
This service is for free and does not require any software or registration.
</p>
<p>
To convert a video, copy the video URL into our converter, choose a format and click the convert button. As soon as the conversion is finished you can download the file by clicking on the download button.
</p>
<p>
Enjoy! This service is made by Joshua Newby. We hope you like our service.
</p>
</div>
</div>
<div id="footer">
<p>
© ytmp3.cc 2017
</p>
<p>
<a href="contact/index.html">Contact</a>
</p>
</div>
<script type="text/javascript" src="js/jquery-3.2.1.min242b.js?1510012847"></script>
<script type="text/javascript" src="js/converter-0.2.1242b.js?1510012847"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','../www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-97481427-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>