32 lines
677 B
HTML
32 lines
677 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Théo Thénault</title>
|
|
|
|
<meta charset="utf-8"/>
|
|
<meta name="keywords" content="Théo Thénault, CV, Français, Francais, French"/>
|
|
<meta name="author" content="Théo Thénault"/>
|
|
<meta name="description" content="Site web personnel"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" type="text/css" href="style.css">
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<center>
|
|
<main>
|
|
|
|
<h1>Théo Thénault's Website</h1>
|
|
|
|
<h2><a href="./portfolio/index.html">Portfolio</a></h2>
|
|
|
|
<h2><a href="cv.pdf">CV / Resume</a></h2>
|
|
|
|
<img src="wip.gif" style="width: 100%;"/>
|
|
|
|
</main>
|
|
</center>
|
|
|
|
</body>
|
|
</html>
|