summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/gaia_auth/main.html
blob: 20d079ea250d4e81aac6089042f0a1aa593d9168 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!doctype html>
<html>
<head>
  <link rel="stylesheet" href="main.css">
  <meta charset="utf-8">
  <script src="channel.js"></script>
  <script src="util.js"></script>
  <script src="main.js"></script>
</head>
<body>
  <iframe id="gaia-frame" name="gaia-frame" src="about:blank" frameborder="0"
          sandbox="allow-same-origin allow-scripts allow-popups allow-forms
          allow-pointer-lock"></iframe>
</body>
</html>