summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/chromeos/about_os_credits.html
blob: 5e7caabffe3065bb23a814f3ebcbbd40e99791b1 (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
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Credits</title>
<link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
<style>
body {
  background-color:white;
  max-width:1020px;
}
</style>
</head>
<body>
<h1>Placeholder</h1>
<p>See <a href="http://dev.chromium.org/chromium-os/licensing-for-chromiumos-developers">Licensing for Chromium OS Developers</a> and
  <a href="http://dev.chromium.org/chromium-os/licensing-for-chromiumos-package-owners">Licensing for Chromium OS Package Owners</a></p>
<p>
If you need to change styles, fonts, layout, etc of <a href="chrome://os_credits">chrome://os_credits</a> page,
edit <a href="https://chromium.googlesource.com/chromiumos/chromite/+/master/licensing/about_credits.tmpl">chromite/licensing/about_credits.tmpl</a>. 
The template is used to generate
a device-dependent about_os_credits.html when a CrOS image is built.</p>
</body>
</html>