This commit is contained in:
parent
291d674e16
commit
81e4dbbe6a
3
404.php
3
404.php
|
|
@ -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>
|
||||||
|
|
@ -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');
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user