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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Arcana Calculator</title> | |
</head> | |
<body> | |
<script type="text/javascript"> | |
//document.write("I Pity The Fool Who Thinks This Actually Works Right Now <br>"); | |
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Simple Pig Latin Translator</title> | |
<script type="text/javascript"> | |
function isVowel(char) { | |
return ['a', 'e', 'i', 'o', 'u'].indexOf(char) != -1; | |
} |
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
{ | |
var tmp = document.getElementById("theme_snowflakes").innerHTML | |
if ({MonthNumber} == 1 || {MonthNumber} == 12) { | |
tmp = "<script src='http://static.tumblr.com/2w7y46r/xtmlvfnoc/snowstorm.js'></script>"; | |
} | |
} |