today_ai_weather/app/views/layouts/_footer.html.erb

8 lines
300 B
Plaintext
Raw Normal View History

<footer class="footer p-10 bg-neutral text-neutral-content">
<div>
<span class="footer-title">AI Weather Art</span>
<p>Daily weather-inspired AI artwork for cities worldwide</p>
<p>Copyright © <%= Date.current.year %> - All right reserved by ACME Industries Ltd</p>
</div>
</footer>