1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-21 16:21:19 -04:00

commit all random stuff to repo

This commit is contained in:
2018-05-17 14:47:47 -05:00
parent f38f231cae
commit 809962e1ed
62 changed files with 9187 additions and 26 deletions

View File

@@ -0,0 +1,7 @@
function loadPrompt() {
var code = prompt("Please enter your five-character code.", "");
if(code != null) {
window.location = 'index.php?pass=' + code;
}
}