diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -3,7 +3,7 @@ <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <title>aaoth.xyz</title> + <title>home — aaoth.xyz</title> <link href="style.css" rel="stylesheet"/> </head> <body> @@ -29,5 +29,11 @@ </ul> </div> </section> + <footer> + <div class="win"> + <p>copyright © 2025 la ninpre, + <a href="https://creativecommons.org/licenses/by-nc/4.0/">cc by-nc 4.0</a></p> + </div> + </footer> </body> </html> |
