fix
This commit is contained in:
parent
270c783ecb
commit
c4732b5187
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>
|
||||||
Loading…
Reference in New Issue
Block a user