<!doctype html>
<html>

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="initial-scale=1.0, width=device-width, user-scalable=yes" />
    <title>Hello Nokit</title>
    <link rel="stylesheet" href="/css/common.css">
</head>

<body>
    <div class='header'>Hello Nokit</div>
    <div class='content'>
        <strong> REST Demo </strong>
        <p>
            <a href='/api/hello/REST'>Hello</a>
        </p>
    </div>
    <div class='footer'>
        Create By Nokit <%= new Date %>
    </div>
</body>

</html>