summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/notification_1line.html
blob: 5a7ebfddc5e7ebec0b6432aed5d7599c656c9006 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!doctype html>
<html>
<head>
  <meta charset="utf-8">
  <title>$2</title>
  <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
  <style>
  body {
    font-size: 13px;
  }
  </style>
</head>
<body dir="$3"><div id="$1">$2</div></body>
</html>