nokit-app
Version:
this is an example app
21 lines (18 loc) • 480 B
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="/style/common.css">
</head>
<body>
<div class='header'>Hello Nokit</div>
<div class='content'>
<% $.placeHolder("content") %>
</div>
<div class='footer'>
Create By Nokit , <% $.include("./date.html") %>
</div>
</body>
</html>