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