first commit

This commit is contained in:
2020-03-07 15:49:14 +08:00
commit 92d52ef8db
6 changed files with 166 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
<!doctype html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>" />
<link rel="stylesheet" href="<?php echo get_stylesheet_uri() ?>" />
<link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri(); ?>/favicon.png" />
<title><?php bloginfo( 'name' ); ?></title>
</head>
<body <?php body_class(); ?>>
<?php wp_body_open(); ?>