mirror of
https://github.com/LJ5O/website.git
synced 2026-08-11 14:44:46 +02:00
24 lines
801 B
HTML
24 lines
801 B
HTML
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
<title>My Website</title>
|
|
<link rel="stylesheet" href="./style.css">
|
|
<link rel="icon" href="./favicon.ico" type="image/x-icon">
|
|
</head>
|
|
<body>
|
|
<div class="test" id="welcome_div">
|
|
<div class="test" id="name_div">
|
|
<div id="profile_picture"><img src="https://picsum.photos/200" height="100%" width="100%"></div>
|
|
<p id="random_citation">Random Sentence</p>
|
|
<div class="test" id="welcome_text_div">
|
|
<h1>Hello ! I'm </h1>
|
|
<h2>AI enthousiast</h2>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|