-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (34 loc) · 1.93 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
31
32
33
34
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<title>Massa, Humberto</title>
<meta charset="utf8" />
<meta http-equiv="refresh" content="120;url=https://github.com/massa/" />
<script src="js/modernizr-1.1.min.js"></script>
<!-- this is the javascript allowing html5 to run in older browsers -->
<link rel="stylesheet" type="text/css" href="css/reset.css" media="screen" title="html5doctor.com Reset Stylesheet" />
<link rel="stylesheet" type="text/css" href="css/general.css" media="screen" />
<link rel="stylesheet" type="text/css" href="css/grid.css" media="screen" />
<link rel="stylesheet" type="text/css" href="index.css" media="screen" />
</head>
<body>
<header>
<h1>Massa 👽 Humberto</h1>
<blockquote>sino un rayo en la sombra</blockquote>
</header>
<nav>
<ul>
<li><a href="https://github.com/massa/">Maybe you want to go to my github page instead?</a></li>
<li><a href="https://raku.land/zef:massa">My public Raku modules</a></li>
<li><a href="https://dev.to/massa0000">Redirect to my (English) entries at dev.to</a></li>
<li><a rel="me" href="https://hachyderm.io/@massa">My mastodon feed (most updates in Brasilian Portuguese)</a></li>
<li><a href="https://bolha.us/@massa">My old mastodon feed (most updates in Brasilian Portuguese)</a></li>
<li><a href="https://mastodon.social/@massa0">My other mastodon feed (most updates also in Brasilian Portuguese)</a></li>
<li><a href="https://ouroborosophis.blogspot.com/">Or go to my (Brasilian Portuguese language) blog</a></li>
<!-- <li><a href="http://m45.me/">This is under construction, don't go there</a></li> -->
<li><a href="https://twitter.com/massa0000/">E. Musk domain. <em>Caveat emptor, hic sunt dracones</em>, etc</a></li>
</ul>
<nav>
<footer><p>Copyright © 2010-2024 Humberto Massa</p></footer>
</body>
</html>