Skip to content

Commit

Permalink
Merge pull request #1 from indosystem/master
Browse files Browse the repository at this point in the history
PR
  • Loading branch information
ipanardian committed May 13, 2016
2 parents 33c63af + fe7e88d commit ef1d910
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.css linguist-language=JavaScript
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![GitHub license](https://img.shields.io/badge/license-MIT-red.svg)](https://raw.githubusercontent.com/ipanardian/browser-notif/master/LICENSE)
[![HitCount](https://hitt.herokuapp.com/ipanardian/browser-notif.svg)](https://github.com/ipanardian/browser-notif)

Lets a web page or app send notifications that are displayed outside the page at the system level.
Lets a web page send notifications that are displayed outside the page at the system level.
This lets web apps send information to a user even if the application is idle, in the background, switched tabs or moved to a different app.

## Demo
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<meta charset="UTF-8">
<title>BrowserNotif.JS by ipanardian</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link rel="stylesheet" type="text/css" href="css/normalize.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
<link rel="stylesheet" type="text/css" href="css/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="css/github-light.css" media="screen">
</head>
<body>
<section class="page-header">
Expand Down

0 comments on commit ef1d910

Please sign in to comment.