register.ejs 450 Bytes
<!DOCTYPE html>
<html>
    <head>
        <meta charset="UTF-8">
        <title>Mukho</title> <!--register ejs template-->
    </head>
    <body>
        <h2>Hello. It's me mukho.</h2>

        <a href="http://localhost:3000/">main</a>
        <a href="http://localhost:3000/about">about</a>
        <a href="http://localhost:3000/info">info</a>

        <h4>Welcome! <%= ID %> </h4>

        <p>내리실 문은 없습니다.</p>
    </body>
</html>