Files
PipetRedirect/popup.html
2024-02-16 22:50:11 +01:00

17 lines
293 B
HTML

<!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>