-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use from- and to- class prefixes to fix flipping problem
- Loading branch information
Showing
2 changed files
with
50 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title></title> | ||
<script type="text/javascript" src="../src/substituteteacher.js"></script> | ||
</head> | ||
<body> | ||
<h1>test</h1> | ||
<h2 id="sub">Javascript is Disabled</h2> | ||
<script type="text/javascript"> | ||
new Sub([ | ||
// "A daring JavaScript library for subsitute teachers", | ||
"A hilarious JavaScript library for awesome taglines", | ||
// "A svelt JavaScript library for sweet taglines", | ||
// "A badass JavaScript library for sliding fun", | ||
"A JavaScript library for word substitution", | ||
], {verbose: true}).run(); | ||
</script> | ||
</body> | ||
</html> |