26 lines
955 B
HTML
26 lines
955 B
HTML
|
<!doctype html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0"/>
|
||
|
<title>Antoine Martin</title>
|
||
|
<meta name="description" content="Antoine Martin's research homepage"/>
|
||
|
<link rel="canonical" href="https://antoinemartin.fr"/>
|
||
|
<style>
|
||
|
body {margin: 5% auto; background: #f2f2f2; color: #444444; font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.8; text-shadow: 0 1px 0 #ffffff; max-width: 73%;}
|
||
|
code {background: white;}
|
||
|
a {border-bottom: 1px solid #444444; color: #444444; text-decoration: none;}
|
||
|
a:hover {border-bottom: 0;}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<header>
|
||
|
<h1>Antoine Martin</h1>
|
||
|
|
||
|
<p>Computer Scientist in training</p>
|
||
|
</header>
|
||
|
|
||
|
WIP.
|
||
|
</body>
|
||
|
</html>
|