-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5c1dad8
commit f917108
Showing
1 changed file
with
4 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
<meta http-equiv='cache-control' content='no-cache'> | ||
<meta http-equiv='expires' content='0'> | ||
<meta http-equiv='pragma' content='no-cache'> | ||
<title>Bootstrap demo</title> | ||
<title>Raise Your Glass If...</title> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous"> | ||
|
||
<script> | ||
|
@@ -87,7 +87,9 @@ | |
"you would rather your fart be silent but smelly or loud but oderless.", | ||
"you've gotten work done on your body (plastic surgery, botox, etc.).", | ||
"you've felt social anxieties.", | ||
"you remember your first kiss." | ||
"you remember your first kiss.", | ||
"you would press a button to get 1 Million dollars, but someone in the world will die.", | ||
"you would be ok letting your spouse sleep with another person for 1 Million dollars." | ||
]; | ||
function getRandomPrompt () { | ||
var element = document.getElementById("PromptText"); | ||
|