summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/notification_1line.html
blob: 3cac48e444b15307ebaa39532067a9f260d9792d (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>
  <style>
  body {
    font-family: helvetica, arial, sans-serif;
    font-size: 13px;
  }
  </style>
</head>
<body dir="$3"><div id="$1">$2</div></body>
</html>