first commit

This commit is contained in:
2024-02-16 22:50:11 +01:00
commit 5f7ba1d7f4
10 changed files with 123 additions and 0 deletions

16
popup.html Normal file
View File

@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Redirect to Piped.video</title>
<style>
body {
width: 200px;
font-family: Arial, sans-serif;
}
</style>
</head>
<body>
<button id="redirectBtn">Redirect to Pipet</button>
<script src="popup.js"></script>
</body>
</html>