Skip to content

Commit

Permalink
docs: add link to repository
Browse files Browse the repository at this point in the history
  • Loading branch information
finnp committed Jul 20, 2016
1 parent f1de88e commit 5102c2b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
-webkit-appearance: none;
border-color: rgba(0,0,0,.125);
}
button {
button, a {
color: #fff;
background-color: #0074d9;
border-radius: 3px;
Expand All @@ -35,13 +35,15 @@
margin: 0;
height: auto;
border: 1px solid transparent;
text-decoration: none;
}
body {
margin-left: 10%;
}
</style>
<body>
<h1>Notifications example</h1>
<h1>dom-notifications example</h1>
<a href="https://github.com/finnp/dom-notifications">GitHub repository</a>
<h4>Message</h4>
<input type="text" id="message" value="Hello there!"><br>
<h4>Type</h4>
Expand Down

0 comments on commit 5102c2b

Please sign in to comment.