summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/notification_1line.html
blob: 242f48bde2f9cdcc90d4bff1acaef79de25c8b91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
<head>
  <title>$2</title>
  <style>
  body {
    margin: 6px;
    font-family: helvetica, arial, sans-serif;
    font-size: 13px;
  }
  </style>
</head>
<body dir="$3"><div id="$1">$2</div></body>
</html>