Skip to content

Commit

Permalink
Merge pull request #1399 from devinit/feature/memorial
Browse files Browse the repository at this point in the history
Base64 encoded memorial
  • Loading branch information
akmiller01 authored Jul 21, 2024
2 parents 0d09017 + a094269 commit d394820
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions di_website/templates/home/home_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,11 @@
{% include_block block %}
{% endfor %}
{% endif %}
<script>
console.log(
atob(
'r6gnKn4tLiy4uC4tfrcqJ6ivqCcqfi0uLLi4Li1+tyonqK+oJyp+LS4suLguLX63CkluIG1lbW9yeSBvZiBUaGF0Y2hlci4KU2hlIGxpdmVzIG9uIHRocm91Z2ggaGVyIGNvZGUgYW5kIGluIG91ciBoZWFydHMuCrguLX63Kieor6gnKn4tLiy4uC4tfrcqJ6ivqCcqfi0uLLi4Li1+tyonqK+oJyp+LQ=='
)
);
</script>
{% endblock body %}

0 comments on commit d394820

Please sign in to comment.