-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (18 loc) · 1.05 KB
/
index.html
File metadata and controls
21 lines (18 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/playlist-bulletize.svg" />
<meta name="google-site-verification" content="g4Oh8sSCY7vSO-h6FnFnAIermTF84QN4oQQzG3ghytw" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Playlist Bulletize</title>
<meta name="description"
content="Easily convert a Youtube playlist into a list of video names that you can copy with just a few clicks. Not only that, but you can choose to make the list bulletted, numbered, or even custom. This tool is completely free and user-friendly, making it a breeze to use." />
<meta name="keywords"
content="Youtube playlist to bullet list,Youtube video names list,Convert Youtube playlist,Bulletted list generator,Numbered list generator,Custom list generator,Free video list tool,User-friendly video list tool,Youtube video list maker,Quick and easy video list tool" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>