summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/flags_warning.html
blob: 19bc9e5e39f74e671d7998b6f92e9c103858f2c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE HTML>
<html i18n-values="dir:textdirection;">
<head>
<meta charset="utf-8">
<style>
body {
  margin: 10px;
  min-width: 47em;
}

#owner-only-warning {
  font-size: 156%;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-bottom: 25px;
  padding-top: 25px;
  -webkit-margin-start: 10px;
  -webkit-padding-start: 80px;
  background-repeat: no-repeat;
  background-image: url('shared/images/phishing_icon.png');
}
</style>
</head>
<body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
  <div id="owner-only-warning">
    <span i18n-content="ownerOnly"></span>
    <span i18n-content="ownerUserId"></span>
  </div>
  <script src="chrome://flags/flags.js"></script>
  <script src="chrome://flags/strings.js"></script>
  <script src="chrome://resources/js/i18n_template.js"></script>
  <script src="chrome://resources/js/i18n_process.js"></script>
  <script src="chrome://resources/js/jstemplate_compiled.js"></script>
</body>
</html>