<!doctype html>
<html>
<head>
<title>Notifications: Displays the current permission level.</title>
</head>
<body>
<script>
document.write(Notification.permission);
</script>
</body>
</html>
<!doctype html>
<html>
<head>
<title>Notifications: Displays the current permission level.</title>
</head>
<body>
<script>
document.write(Notification.permission);
</script>
</body>
</html>