-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
25 lines (25 loc) · 1.11 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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>mauricio vives</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="main.css" rel="stylesheet" type="text/css">
</head>
<body>
<table width="760" align="center" cellpadding="0" cellspacing="0">
<tr>
<td class="paddedcell" style="PADDING-RIGHT: 0px; BORDER-TOP: black 3px solid; BORDER-LEFT: black 3px solid"><span class="large">mauricio vives</span></td>
<td><img height="60" src="assets/slant.gif" width="60"></td>
<td width="100%" style="BORDER-BOTTOM: black 3px solid"> </td>
</tr>
</table>
<table width="760" align="center" cellpadding="0" cellspacing="0">
<tr>
<td colspan="3" class="paddedcell" style="BORDER-RIGHT: black 3px solid; BORDER-LEFT: black 3px solid; BORDER-BOTTOM: black 3px solid">
<p>Check out <a href="https://twitter.com/pixnblox" target="_blank">my Twitter account</a>.</p>
<p>... and the thing folks seem to be most interested in: <a href="eiffel/index.html">my Eiffel Tower</a> in Minecraft, from way back in 2010.</p>
</td>
</tr>
</table>
</body>
</html>