diff options
| author | mihna123 <mihailonvojinovic@gmail.com> | 2026-05-24 15:56:35 +0200 |
|---|---|---|
| committer | mihna123 <mihailonvojinovic@gmail.com> | 2026-05-24 15:56:35 +0200 |
| commit | 82bb7a07c60db77baef661f1d859c38e7861b004 (patch) | |
| tree | 9f3219d7a6e41836311c52f2cf16b58efe0faab0 /index.html | |
| download | mihna123-82bb7a07c60db77baef661f1d859c38e7861b004.tar.gz mihna123-82bb7a07c60db77baef661f1d859c38e7861b004.zip | |
Initial commit
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..9de70a1 --- /dev/null +++ b/index.html @@ -0,0 +1,50 @@ +<!doctype html> +<html lang="en"> + <head> + <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1" /> + <title>mihna123 [Mihailo Vojinovic]</title> + <link href="style.css" rel="stylesheet" /> + </head> + <body> + <div id="container"> + <h1>Welcome to mihna123's web page</h1> + <p> + Hello, web traveler. Feel free to take a look around. Everything you see + is a property of <b>Mihailo Vojinović</b>, more commonly known as + mihna123 (nobody knows who that is). + </p> + <p> + He works as a web dev freelancer, you can probably find him somewhere in + <b>Novi Sad, Serbia</b>. + </p> + + <h2>What am I currently working on?</h2> + <p> + I am working on a free to use <b>invoice generator</b>. Very usefull for + freelancers and smaller firms to generate invoices quickly. If you want + to get involved feel free to do so by creating an issue or a PR on + <a target="_blank" href="https://github.com/mihna123/invoice" + >the github repo.</a + > + </p> + + <h2>Contact Info:</h2> + <ul> + <li> + <a href="mailto:mihailonvojinovic@gmail.com"> + mihailonvojinovic@gmail.com + </a> + </li> + <li> + <a target="_blank" href="https://github.com/mihna123">My Github</a> + </li> + <li> + <a target="_blank" href="https://linkedin.com/in/mihailo-vojinovic/"> + My Linkedin + </a> + </li> + </ul> + </div> + </body> +</html> |
