Newer
Older
task-bldg / src / main / webapp / hello.html
@haya4 haya4 on 4 Jul 2022 469 bytes 6.Mapper and Tasks
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Insert title here</title>
</head>
<frameset>
    <frame>
    <frame>
    <noframes>
    <body>
    <p>This page uses frames. The current browser you are using does not support frames.</p>
    </body>
    </noframes>
</frameset>
<body>
  <h2>Hello World demo</h2>
</body>
</html>