]> git.bochard.net Git - mysite.git/commitdiff
fix some code errors
authorametoresu <mail@tenkyuu.dev>
Wed, 25 Dec 2024 04:57:21 +0000 (12:57 +0800)
committerametoresu <mail@tenkyuu.dev>
Wed, 25 Dec 2024 04:57:21 +0000 (12:57 +0800)
index.html

index 51dfc69353ad0c189fd054c9f37efa97a3121c50..4cf73645fab0aa3acc406eb6e313b92e05dae718 100644 (file)
@@ -66,7 +66,7 @@ p {
   font-weight: bold;\r
   font-size: 1.4rem;\r
 }\r
-footer {\r
+.footer {\r
   margin-top: 2rem;\r
 }\r
 \r
@@ -118,9 +118,9 @@ footer {
       </p>\r
     </div>\r
   </div>\r
-</body>\r
 \r
-<footer>\r
-  <p>&copy Copyright <a href="https://github.com/ametoresu">rain/ametoresu</a></p>\r
-</footer>\r
+  <div class="footer">\r
+    <p>&copy; Copyright <a href="https://github.com/ametoresu">rain/ametoresu</a></p>\r
+  </div>\r
+</body>\r
 </html>
\ No newline at end of file