aboutsummaryrefslogtreecommitdiff
path: root/top.html
blob: 48486660cec0ca8081ee7b3cc6d547e012f93054 (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
<!doctype html>
<html lang="en">
<head>
	<title> TITLE | Sebastiano Tronto </title>
<meta name="viewport" content="width=device-width" />	<link rel="stylesheet" type="text/css" href="/style.css">
	<link rel="icon" href="/favicon.png">
	<meta charset="utf-8">
</head>

<body>

<header>
<nav class="top">
	<table>
	<tr>
	<td class="logo">
		<a href="/">
			<img src="/favicon.png" alt="Home" title="Home">
		</a>
	</td>
	<td class="links">
		<a href="/research/">Research</a> |
		<a href="/git/">Git</a> |
		<a href="/speedcubing/">Cubing</a> |
		<a href="/blog/">Blog</a>
	</td>
	</tr>
	</table>
</nav>
</header>

<hr class="line">

<main>

Generated with cgit - Back to sebastiano.tronto.net