diff options
Diffstat (limited to 'chrome/browser/resources/notification_1line.html')
-rw-r--r-- | chrome/browser/resources/notification_1line.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/chrome/browser/resources/notification_1line.html b/chrome/browser/resources/notification_1line.html new file mode 100644 index 0000000..242f48b --- /dev/null +++ b/chrome/browser/resources/notification_1line.html @@ -0,0 +1,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> |