aboutsummaryrefslogtreecommitdiff
path: root/top.html
diff options
context:
space:
mode:
Diffstat (limited to 'top.html')
-rw-r--r--top.html50
1 files changed, 50 insertions, 0 deletions
diff --git a/top.html b/top.html
new file mode 100644
index 0000000..ad33387
--- /dev/null
+++ b/top.html
@@ -0,0 +1,50 @@
1<!doctype html>
2<html>
3<head>
4 <title> TITLE | Sebastiano Tronto </title>
5<meta name="viewport" content="width=device-width" /> <link rel="stylesheet" type="text/css" href="/style.css">
6 <link rel="icon" href="/favicon.png">
7 <meta charset="utf-8">
8</head>
9
10<body>
11
12<nav class="top">
13 <table class="menu">
14 <tr>
15 <td class="logo">
16 <a href="/">
17 <svg width="50" height="50">
18 <circle
19 cx="25"
20 cy="25"
21 r="24"
22 stroke = "black"
23 fill = "black"
24 />
25 <text
26 x="50%"
27 y="50%"
28 text-anchor="middle"
29 dominant-baseline="middle"
30 font-family="monospace"
31 font-weight="bolder"
32 font-size="2.5em"
33 fill="white"
34 >
35 st
36 </text>
37 </svg>
38 </a>
39 </td>
40 <td class="links">
41 <a href="/research/">Research</a> |
42 <a href="/git/">Git</a> |
43 <a href="/speedcubing/">Cubing</a>
44 </td>
45 </tr>
46 </table>
47</nav>
48
49<hr class="line">
50

Generated with cgit - Back to sebastiano.tronto.net