welcome.ejs
339 Bytes
<!DOCTYPE html>
<html>
<head>
<%- include('../partials/head') %>
</head>
<body>
<%- include('../partials/nav') %>
<div class="container mb-3">
<div class="jumbotron">
<h1>My Website</h1>
<P>Like Proejct 입니다. 방문해 주셔서 감사합니다!</p>
</div>
</div>
</body>
</html>