fix
This commit is contained in:
parent
270c783ecb
commit
c4732b5187
3
404.php
3
404.php
|
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<html <?php language_attributes(); ?> class="no-js">
|
||||
|
||||
<head>
|
||||
<meta charset="<?php bloginfo('charset'); ?>">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
|
|
@ -7,6 +8,7 @@
|
|||
|
||||
<?php wp_head(); ?>
|
||||
</head>
|
||||
|
||||
<body class="antialiased">
|
||||
<div class="md:flex min-h-screen">
|
||||
<div class="w-full md:w-1/2 flex items-center justify-center">
|
||||
|
|
@ -21,4 +23,5 @@
|
|||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Loading…
Reference in New Issue
Block a user