blob: 5e7e81fce709df7a2fde32993a61f0357579ba2d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!DOCTYPE html>
<html>
<head>
<title>Redirector</title>
<link rel="stylesheet" href="css/popup.css" />
<meta charset="UTF-8">
<script src="js/angular.min.js"></script>
<script src="js/popup.js"></script>
</head>
<body >
<h1>Redirector</h1>
<button>Disable</button>
</body>
</html>
|