songtianlun
b9b6506265
- Revise footer layout and content, highlighting the new service "AI Weather Art" with a short description. - Update SMTP credentials configuration to use environment variables for a more secure setup. - Add AWS configuration for development and production, including access keys and bucket information. These changes improve the footer clarity for users and enhance security by utilizing environment variables for sensitive configuration data instead of hardcoded values.
8 lines
300 B
Plaintext
8 lines
300 B
Plaintext
<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> |