Files
linux-command/template/index.ejs
2021-10-23 21:14:24 +08:00

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'); %>