wrote a short cookie banner, to be enbrained later

master
Jan Danielzick 2020-03-09 12:06:25 +01:00
parent 4fc1786ea6
commit d026379708
1 changed files with 3 additions and 0 deletions

3
banner_cookies.template Normal file
View File

@ -0,0 +1,3 @@
<?php
echo "<div class='banner'><p class='beige'>We need Cookies. They taste sooo good. *crunch*</p><p class='beige'>Seriously, this site is in development. You should not be here. If you want to stay anyways, you will have to accept our cookies.</p></div>";
?>