Mercurial > site
changeset 2:d6f34ca4477e
center elements
| author | Yasuri <linuxoverwindows@charliesmp.net> |
|---|---|
| date | Sun, 30 Aug 2026 13:29:15 -0500 |
| parents | e05dd0600047 |
| children | 619f01277b0f |
| files | index.html |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/index.html Sun Aug 30 13:27:30 2026 -0500 +++ b/index.html Sun Aug 30 13:29:15 2026 -0500 @@ -2,7 +2,7 @@ <head> <title>site</title> <body> - <h1>my site</h1> - <p>welcome to my website. my hobbies are programming/linux, video games, and technology. more coming soon.</p> + <center><h1>my site</h1></center> + <center><p>welcome to my website. my hobbies are programming/linux, video games, and technology. more coming soon.</p></center> </body> </html>
