20 lines
334 B
Text
20 lines
334 B
Text
---
|
|
---
|
|
|
|
<style>
|
|
footer {
|
|
display: flex;
|
|
gap: 1rem;
|
|
margin-top: 2rem;
|
|
}
|
|
.legal-information {
|
|
max-width: 800px;
|
|
margin: 0 auto;
|
|
text-align: center;
|
|
line-height: 1.6;
|
|
}
|
|
</style>
|
|
|
|
<footer>
|
|
<p class="legal-information">© 2025 Nakahara Daisuke</p>
|
|
</footer>
|