summaryrefslogtreecommitdiff
path: root/src/webex/pages/redirect.html
blob: 9d07d3d2b642af18a2e0471cce3dc0ed4702d7e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>

<head>
  <meta charset="utf-8">

  <script src="/src/webex/pages/redirect.js"></script>
</head>

<body>
  Redirecting to extension page ...
</body>

</html>