17 lines
293 B
HTML
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>
|