test
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2025-05-14 11:50:39 +02:00
parent 291d674e16
commit 81e4dbbe6a
2 changed files with 9 additions and 6 deletions

View File

@ -1,5 +1,6 @@
<!DOCTYPE html> <!DOCTYPE html>
<html <?php language_attributes(); ?> class="no-js"> <html <?php language_attributes(); ?> class="no-js">
<head> <head>
<meta charset="<?php bloginfo('charset'); ?>"> <meta charset="<?php bloginfo('charset'); ?>">
<meta name="viewport" content="width=device-width"> <meta name="viewport" content="width=device-width">
@ -7,6 +8,7 @@
<?php wp_head(); ?> <?php wp_head(); ?>
</head> </head>
<body class="antialiased"> <body class="antialiased">
<div class="md:flex min-h-screen"> <div class="md:flex min-h-screen">
<div class="w-full md:w-1/2 flex items-center justify-center"> <div class="w-full md:w-1/2 flex items-center justify-center">
@ -21,4 +23,5 @@
</div> </div>
</div> </div>
</body> </body>
</html> </html>

View File

@ -3,7 +3,7 @@ Theme Name: Dynamiques
Author: Deligraph Author: Deligraph
Author URI: https://deligraph.com/ Author URI: https://deligraph.com/
Version: 1.0.0 Version: 1.0.0
Template: carhop Template: Carhop
*/ */
@import url('../carhop/style.css'); @import url('../carhop/style.css');