mirror of
https://github.com/jaywcjlove/linux-command.git
synced 2025-12-20 02:17:56 +08:00
6 lines
192 B
HTML
6 lines
192 B
HTML
<%- include('partial/header'); %>
|
|
<div class="warpper">
|
|
<%- include('widget/search',{type: "home"}); %>
|
|
<%- include('widget/footer',{type: "home"}); %>
|
|
</div>
|
|
<%- include('partial/footer'); %> |