-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (32 loc) · 930 Bytes
/
index.html
File metadata and controls
41 lines (32 loc) · 930 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<style>
:root {
color-scheme: dark;
font-family: monospace;
}
</style>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mauricio Garavaglia</title>
<link rel="stylesheet" href="css/styles.css">
<script data-goatcounter="https://mauri.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
</head>
<body>
<h1>
Mauricio Garavaglia
</h1>
<pre>
[<a href="https://www.linkedin.com/in/mauriciogaravaglia/">LinkedIn</a>]
[<a href="https://github.com/mauri">GitHub</a>]
</pre>
<pre>
[Things]
- [<a href="./pfed">atari vcs playfield editor</a>]
- [<a href="./hdparm">what's wrong with hdparm.conf</a>]
- [<a href="./runc">linux container runtimes</a>]
- [<a href="./pr">github PR history</a>]
</pre>
</body>
</html>
</body>