one in 100 page loads will show dinosaur in the free code camp graphic
This commit is contained in:
@ -1,5 +1,8 @@
|
|||||||
extends ../layout-wide
|
extends ../layout-wide
|
||||||
block content
|
block content
|
||||||
|
if (Math.random() > 0.98)
|
||||||
|
img.img-responsive.img-center(src='https://s3.amazonaws.com/freecodecamp/wide-social-banner-dino.png')
|
||||||
|
else
|
||||||
img.img-responsive.img-center(src='https://s3.amazonaws.com/freecodecamp/wide-social-banner.png')
|
img.img-responsive.img-center(src='https://s3.amazonaws.com/freecodecamp/wide-social-banner.png')
|
||||||
br
|
br
|
||||||
.text-center
|
.text-center
|
||||||
|
Reference in New Issue
Block a user