diff options
author | pryazha <pryadeiniv@mail.ru> | 2025-01-19 17:34:33 +0500 |
---|---|---|
committer | pryazha <pryadeiniv@mail.ru> | 2025-01-19 17:34:33 +0500 |
commit | ac61101052169c4efe05f4479da049176b9fdc2a (patch) | |
tree | 2bbe621db1e2c4931904c69e452d61c0504b5951 /index.html | |
parent | 3af879d56533264b472a35fb2fd7d641df688724 (diff) |
change index
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 17 |
1 files changed, 13 insertions, 4 deletions
@@ -11,13 +11,22 @@ <div> <main> <header> - <h1>Hello, this is my website.</h1> - Thanks for stopping by! + <h1><i>Welcome</i></h1> </header> - <h2>Well...</h2> - <p>nya~</p> + + <p>to my little corner fo the internet + where I share my thoughts on video games, art and music. + I love programming, and all of the projects I've written + can be found + <a href="https://git.pwyazha.ru/">on my git page</a></p> + + <p>There's not much going on there, at least for now. + But eventually I'll start blogging.</p> + <img src="images/maxwell.gif"/> + <footer> + <p><i>nya~</i></p> </footer> </main> </div> |