blob: 2cb523e356589928c2d6f188dbaaba99b9dc5147 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
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>
|