diff options
author | Daniel <DanieliToast@gmail.com> | 2020-10-03 18:39:58 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-03 18:39:58 -0500 |
commit | 23d90604d393bd1376adeb7becff2b713f9b95cc (patch) | |
tree | c2a30557cef72dd74e95ef204c1dd2d4b4f0cabd | |
parent | 7db039b9d80e16e49a5d94bf1f9bbae7d0a16a88 (diff) | |
download | tabloid-fake-closure-23d90604d393bd1376adeb7becff2b713f9b95cc.tar.gz tabloid-fake-closure-23d90604d393bd1376adeb7becff2b713f9b95cc.zip |
Included more headlines.
-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() { |