Files
main-website/tools/index.html
T
2023-12-19 22:36:25 +01:00

39 lines
1016 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" sizes="16x16" href="fluidsim/img/favicon.png">
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap" rel="stylesheet">
<link href="style.css" rel="stylesheet">
<title>
WhykTools
</title>
</head>
<body>
<div class="container">
<header>
<a href="javascript:history.back()">
<img class="logo" src="fluidsim/img/favicon.png" alt="Logo">
</a>
<h1 class="title">WhyKorp</h1>
</header>
<p><br></p>
<hr>
<p><br></p>
<h1>Bienvenue sur WhykTools</h1>
<p><br></p>
<hr>
<h1>Voici la page des outils référencés</h1>
<a href="fluidsim">
<img width="256px" src="fluidsim/preview.gif">
</a>
<a href="multipleWindow3dScene">
<img width="256px" src="multipleWindow3dScene/preview.png">
</a>
</div>
<div class="footer">
Copyright | Whykorp® 2021-2024
</div>
</body>
</html>