Site/index.html
2024-10-28 15:11:40 +01:00

26 lines
669 B
HTML

<!DOCTYPE html>
<html>
<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">
<style>
html { color-scheme: light dark; height:100% }
body { height: 100%; width: 100%; font-family: Tahoma, Verdana, Arial, sans-serif; }
img { max-height: 100%; max-width: 100%; }
</style>
</head>
<body>
<embed src="cv.pdf" width="99%" height="100%"/>
<!--
<h1>Welcome</h1>
<img src="./photo.png"/>
-->
</body>
</html>