-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
122 lines (120 loc) · 3.52 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script type="module" src="/main.js" async></script>
<meta
name="description"
content="youtube dll video on your computer, work with video under 60min"
/>
<meta property="og:type" content="website" />
<meta
property="og:title"
content="youtube dll video on your computer, work with video under 60min"
/>
<meta
property="og:description"
content="youtube dll video on your computer, work with video under 60min"
/>
<meta property="og:image" content="" />
<meta property="twitter:card" content="summary_large_image" />
<meta
property="twitter:title"
content="youtube dll video on your computer, work with video under 60min"
/>
<meta
property="twitter:description"
content="youtube dll video on your computer, work with video under 60min"
/>
<title>ytb-pc</title>
</head>
<body>
<div class="App">
<main class="App-main">
<section class="section-1">
<h2>Youtube in your PC</h2>
<div>
Copy/Paste a youtube link here and dowload the video, video over 1h
don't work for now.
</div>
<div class="formulaire">
<input
type="text"
placeholder="https://www.youtube.com/watch?v=uKDTTInThu8"
class="input-text icon"
/>
<button class="button-find">Find</button>
</div>
<div class="data-video">
<h3 class="title">
<a
class="App-link"
href="https://youtube.com"
target="_blank"
rel="noopener noreferrer"
>
Video title
</a>
</h3>
<h4 id="author">Author</h4>
</div>
</section>
<section class="section-2">
<video controls src="" width="650px" id="video-link-dwld"></video>
</section>
</main>
<footer>
<a href="https://github.com/maxvyr" target="_blank" rel="noreferrer">
<img
src="assets/icon-github.svg"
width="25"
height="25"
alt="icon github maxvyr"
/>
</a>
<a href="https://twitter.com/m4xvyr" target="_blank" rel="noreferrer">
<img
src="assets/icon-twitter.svg"
width="25"
height="25"
alt="icon twitter maxvyr"
/>
</a>
<a href="https://instagram.com/m4xvyr" target="_blank" rel="noreferrer">
<img
src="assets/icon-instagram.svg"
width="25"
height="25"
alt="icon instagram maxvyr"
/>
</a>
<a
href="https://www.linkedin.com/in/maxime-vidalinc/"
target="_blank"
rel="noreferrer"
>
<img
src="assets/icon-linkedin.svg"
width="25"
height="25"
alt="icon linkedin amaxvyr"
/>
</a>
<a
href="https://www.youtube.com/user/maxvid30"
target="_blank"
rel="noreferrer"
>
<img
src="assets/icon-youtube.svg"
width="25"
height="25"
alt="icon youtube amaxvyr"
/>
</a>
</footer>
</div>
</body>
</html>