Files
main-website/ruty/index.php
T
2024-03-11 00:54:14 +01:00

18 lines
534 B
PHP

<html>
<head>
<title>Ruty - L'outil multifonction</title>
<link rel="stylesheet" href="styles/style.css">
<link rel="icon" href="img/logo.png">
</head>
<body>
<header>
<img src="img/logo.png">
<h1 class="Welcome">Bienvenue sur Ruty [BETA]</h1>
</header>
<div class="login">
<h2 class="type1">Accéder à son compte Ruty</h2>
<a class="login_button" href="home.php" >Se connecter</a>
</div>
</body>
</html>