summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/identity_internals.html
blob: b6d1d613485758707572ddbee154978e35f0950e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE HTML>
<html i18n-values="dir:textdirection">
<head>
  <meta charset="utf-8">
  <title i18n-content="tokenCacheHeader"></title>
  <link rel="stylesheet" href="identity_internals.css">
  <script src="chrome://resources/js/cr.js"></script>
  <script src="chrome://resources/js/load_time_data.js"></script>
  <script src="chrome://resources/js/cr/ui.js"></script>
  <script src="chrome://resources/js/util.js"></script>
  <script src="strings.js"></script>
  <script src="identity_internals.js"></script>
</head>
<body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
  <h2 class="header" i18n-content="tokenCacheHeader"></h2>
  <div id="token-list"></div>
  <script src="chrome://resources/js/i18n_template2.js"></script>
</body>
</html>