diff options
-rw-r--r-- | .index.html.swp | bin | 0 -> 12288 bytes | |||
-rw-r--r-- | index.html | 17 | ||||
-rw-r--r-- | links.html | 3 | ||||
-rw-r--r-- | style.css | 1 |
4 files changed, 16 insertions, 5 deletions
diff --git a/.index.html.swp b/.index.html.swp Binary files differnew file mode 100644 index 0000000..bf429fe --- /dev/null +++ b/.index.html.swp @@ -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> @@ -17,12 +17,13 @@ <h2><a href="https://git.pwyazha.ru">git</a></h2> <footer> + <p></p> </footer> </main> </div> <div> <ul> - <li><h3><a href="index.html">Home</a></h3></li> + <li><h3><a href="index.html">home</a></h3></li> </ul> </div> </div> @@ -23,6 +23,7 @@ footer { ul { list-style-type: none; margin: 0; + margin-left: 10px; padding: 0; } |