Initial commit

This commit is contained in:
Theo 2024-10-28 15:11:40 +01:00
commit edc8c63436
5 changed files with 53 additions and 0 deletions

14
404.html Normal file
View File

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<title>404</title>
<style>
html { color-scheme: light dark; }
body { width: 35em; margin: 0 auto;
font-family: Tahoma, Verdana, Arial, sans-serif; }
</style>
</head>
<body>
<h1>BOO</h1>
</body>
</html>

14
50x.html Normal file
View File

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<title>Error</title>
<style>
html { color-scheme: light dark; }
body { width: 35em; margin: 0 auto;
font-family: Tahoma, Verdana, Arial, sans-serif; }
</style>
</head>
<body>
<h1>An error occurred.</h1>
</body>
</html>

BIN
cv.pdf Normal file

Binary file not shown.

25
index.html Normal file
View File

@ -0,0 +1,25 @@
<!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>

BIN
photo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 349 KiB