-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (26 loc) · 1.01 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<title>darosa.dev</title>
</head>
<body>
<div style="display: flex; justify-content: center; align-items: center; flex-direction: column;">
<pre>
_ _
| | | |
__| | __ _ _ __ ___ ___ __ _ __| | _____ __
/ _` |/ _` | '__/ _ \/ __|/ _` | / _` |/ _ \ \ / /
| (_| | (_| | | | (_) \__ \ (_| | _ | (_| | __/\ V /
\__,_|\__,_|_| \___/|___/\__,_| (_) \__,_|\___| \_/
</pre>
<div style="text-align: center;">
<pre style="white-space: preserve-breaks;">
<span>[email protected]</span>
<a href="https://github.com/darosadev" target="_blank">github</a>
<a href="https://x.com/darosadev" target="_blank">X</a>
<a href="https://www.linkedin.com/in/joaquimacrosa/" target="_blank">linkedin</a>
</pre>
</div>
</div>
</body>
</html>