seasonresponse/index.php

5 lines
185 B
PHP

<?php
header('Content-Type: text/plain; charset=utf-8');
echo (['❄️', '❄️', '🌳', '🌳', '🌳', '🌞', '🌞', '🌞', '🍃', '🍃', '🍃', '❄️'])[idate('m') - 1];