add new logo

This commit is contained in:
WhyKorp
2024-03-11 19:25:49 +01:00
committed by GitHub
parent 47f8571443
commit 238827e613
+6 -5
View File
@@ -6,7 +6,12 @@
</head> </head>
<body> <body>
<header> <header>
<svg xmlns="http://www.w3.org/2000/svg" height="200px" width="200px" viewBox="0 0 200 200" class="pencil"> <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">
<defs> <defs>
<clipPath id="pencil-eraser"> <clipPath id="pencil-eraser">
<rect height="30" width="30" ry="5" rx="5"></rect> <rect height="30" width="30" ry="5" rx="5"></rect>
@@ -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>