seasonresponse/index.php

5 lines
185 B
PHP
Raw Permalink Normal View History

2023-02-28 18:06:43 +00:00
<?php
header('Content-Type: text/plain; charset=utf-8');
2023-02-28 19:39:32 +00:00
echo (['❄️', '❄️', '🌳', '🌳', '🌳', '🌞', '🌞', '🌞', '🍃', '🍃', '🍃', '❄️'])[idate('m') - 1];