diff options
author | Linus Lee <linus@thesephist.com> | 2020-10-03 20:37:33 -0400 |
---|---|---|
committer | Linus Lee <linus@thesephist.com> | 2020-10-03 20:37:33 -0400 |
commit | c2a23104fe242a1086edb0cb51506fded66b0887 (patch) | |
tree | 6164e730b21ede3b031c103640401f1b6865fc82 | |
parent | 6d1d013355379257091f0a1fe0095ff471ba18e6 (diff) | |
parent | 6e80db28e2cc86316ef7d75d1ef3726f3bf215b7 (diff) | |
download | tabloid-fake-closure-c2a23104fe242a1086edb0cb51506fded66b0887.tar.gz tabloid-fake-closure-c2a23104fe242a1086edb0cb51506fded66b0887.zip |
Merge branch 'master' of github.com:thesephist/tabloid into master
-rw-r--r-- | static/js/main.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/js/main.js b/static/js/main.js index 48cb809..7cd8e26 100644 --- a/static/js/main.js +++ b/static/js/main.js @@ -41,6 +41,10 @@ const HEADLINES = [ `Programmer Who Made Everything Now Predicts the Next Big Language!`, `The Secret Programming Language Every 10x Programmer Recommends!`, `Programmers at Microsoft Hate This One Trick to Get Good at that Code Thing!`, + `How To Lose Brain Fat With This Programming Language!`, + `Your Friends Will Be Jealous About This New Programming Language!`, + `You Can Earn Millions With This Programming Language!`, + `The Cure For Cancer Could Be Found With The Programming Language!` ]; function randomHeadline() { |