You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
534 B
30 lines
534 B
4 years ago
|
<!doctype html>
|
||
|
<html lang="zh">
|
||
|
<head>
|
||
|
<?php get_header(); ?>
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<div id="app">
|
||
|
<header>
|
||
|
<div class="header-main-plane">
|
||
|
<div class="header-main container">
|
||
|
<?php
|
||
|
get_template_part('component/nav-header');
|
||
|
?>
|
||
|
</div>
|
||
|
</div>
|
||
|
</header>
|
||
|
<main class="container">
|
||
|
你找的内容丢了
|
||
|
</main>
|
||
|
<footer>
|
||
|
<?php
|
||
|
wp_footer();
|
||
|
get_footer(); ?>
|
||
|
</footer>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|
||
|
<?php
|