mirror of
https://github.com/LBRYFoundation/Watch-on-LBRY.git
synced 2025-08-30 08:51:29 +00:00
13 lines
294 B
HTML
13 lines
294 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>
|