summaryrefslogtreecommitdiff
path: root/src/webex/pages/redirect.html
blob: 67fddb52776128aa28ebcb2040a5f8666a1129d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8" />

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

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