add new logo

This commit is contained in:
WhyKorp
2024-03-11 19:25:49 +01:00
committed by GitHub
parent 47f8571443
commit 238827e613
+5 -4
View File
@@ -6,6 +6,11 @@
</head> </head>
<body> <body>
<header> <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>
<svg xmlns="http://www.w3.org/2000/svg" height="200px" width="200px" viewBox="0 0 200 200" class="pencil"> <svg xmlns="http://www.w3.org/2000/svg" height="200px" width="200px" viewBox="0 0 200 200" class="pencil">
<defs> <defs>
<clipPath id="pencil-eraser"> <clipPath id="pencil-eraser">
@@ -37,10 +42,6 @@
</g> </g>
</g> </g>
</svg> </svg>
<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> <a class="login_button" href="home.php" >Se connecter</a>
</div> </div>
</body> </body>