Skip to content

Commit

Permalink
Added Flatty to the list
Browse files Browse the repository at this point in the history
  • Loading branch information
msurguy committed Mar 12, 2014
1 parent dd01e4f commit 75df88a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@
<link rel='stylesheet' href='themes/jackedup.css'/>
<link rel='stylesheet' href='themes/libnotify.css'/>
<link rel='stylesheet' href='themes/original.css'/>
<link rel='stylesheet' href='themes/flatty.css'/>

<script src='humane.js'></script>
</head>
<body>
Expand All @@ -76,13 +78,14 @@ <h1>humane.js</h1>
<strong>A simple, modern, framework-independent, well-tested, unobtrusive, notification system.</strong>
<br/>Utilizes CSS transitions when available, falls back to JS animation when not. Includes mobile support.
</p>
<h3>Select a theme:
<h3>Select a theme:
<select onchange='humane.baseCls="humane-"+this.options[this.selectedIndex].value'>
<option selected>libnotify</option>
<option>bigbox</option>
<option>boldlight</option>
<option>jackedup</option>
<option>original</option>
<option>flatty</option>
</select>
</h3>
<p>Click a code sample below to see it in action:</p>
Expand Down Expand Up @@ -180,4 +183,4 @@ <h3>Download and Usage</h3>
}(pretags[i])) }
</script>
</body>
</html>
</html>

0 comments on commit 75df88a

Please sign in to comment.