mirror of
https://github.com/LBRYFoundation/Watch-on-LBRY.git
synced 2025-09-05 14:01:36 +00:00
15 lines
No EOL
277 B
HTML
15 lines
No EOL
277 B
HTML
<!DOCTYPE html>
|
|
<html lang="en" dir="ltr">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Subscription Converter</title>
|
|
<link rel="stylesheet" href="YTtoLBRY.css" />
|
|
<script src="YTtoLBRY.tsx" charset="utf-8" defer></script>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="root" />
|
|
</body>
|
|
|
|
</html> |