summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/app_list/start_page.html
blob: 5388e65d334e4b668cd22d3a4e672388c06bee80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!doctype html>
<html i18n-values="dir:textdirection;lang:language">
<head>
  <meta charset="utf-8">
  <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
  <link rel="stylesheet" href="chrome://app-list/start_page.css">
  <script src="chrome://resources/js/load_time_data.js"></script>
  <script src="chrome://resources/js/cr.js"></script>
  <script src="chrome://resources/js/cr/event_target.js"></script>
  <script src="chrome://resources/js/cr/ui.js"></script>
  <script src="chrome://resources/js/util.js"></script>
  <script src="chrome://app-list/strings.js"></script>
  <script src="chrome://app-list/start_page.js"></script>
  <base id="base">
</head>

<body>
  <div id="logo_container">
    <div id="default_logo"></div>
  </div>
  <script src="chrome://resources/js/i18n_template.js"></script>
</body>
</html>