added thing for first of april & snow
This commit is contained in:
parent
98c815ee71
commit
679b53a993
1 changed files with 9 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
<!--
|
<!--
|
||||||
What are you doing here 😳😳😳😳
|
What are you doing here 😳😳😳😳
|
||||||
I guess have fun at looking at the html, no easter egg to find here.
|
I guess have fun looking at the html, no easter egg to find here.
|
||||||
Come take a look here https://gitlab.com/LoicBersier/jeff-downloader for all my bad coding
|
Come take a look here https://gitlab.com/LoicBersier/jeff-downloader for all my bad coding
|
||||||
-->
|
-->
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
@ -63,7 +63,9 @@ Come take a look here https://gitlab.com/LoicBersier/jeff-downloader for all my
|
||||||
<h1 class="title has-text-light">{{ antl.formatMessage('messages.title') }} v{{ version }}</h1>
|
<h1 class="title has-text-light">{{ antl.formatMessage('messages.title') }} v{{ version }}</h1>
|
||||||
<form name="download-form" method="POST" action="/">
|
<form name="download-form" method="POST" action="/">
|
||||||
{{ csrfField() }}
|
{{ csrfField() }}
|
||||||
|
@if(month == '11')
|
||||||
|
<script src="JS/snow.js"></script>
|
||||||
|
@endif
|
||||||
<div class="field is-horizontal">
|
<div class="field is-horizontal">
|
||||||
<div class="field-body">
|
<div class="field-body">
|
||||||
<div class="field is-horizontal">
|
<div class="field is-horizontal">
|
||||||
|
@ -306,5 +308,9 @@ Come take a look here https://gitlab.com/LoicBersier/jeff-downloader for all my
|
||||||
});
|
});
|
||||||
|
|
||||||
console.log('%cWhat are you doing here 😳😳😳😳', 'font-size: 40px;');
|
console.log('%cWhat are you doing here 😳😳😳😳', 'font-size: 40px;');
|
||||||
|
|
||||||
|
@if(day == '1' && month == '3')
|
||||||
|
eval(atob('bGV0IGN1ckJsdXI9LjM7ZG9jdW1lbnQuZG9jdW1lbnRFbGVtZW50LnN0eWxlLmZpbHRlcj1gYmx1cigke2N1ckJsdXJ9cHgpYCxzZXRJbnRlcnZhbCgoKT0+e2N1ckJsdXIrPS4xLGRvY3VtZW50LmRvY3VtZW50RWxlbWVudC5zdHlsZS5maWx0ZXI9YGJsdXIoJHtjdXJCbHVyfXB4KWB9LDFlNCk7'));
|
||||||
|
@endif
|
||||||
</script>
|
</script>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue