frame.html.svn-base
上传用户:cdpainuo
上传日期:2022-07-12
资源大小:5257k
文件大小:0k
源码类别:

Jsp/Servlet

开发平台:

Java

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html>
  3.   <head>
  4.     <title>frame.html</title>
  5.     <meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
  6.     <meta http-equiv="description" content="this is my page">
  7.     <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  8.     
  9.     <!--<link rel="stylesheet" type="text/css" href="./styles.css">-->
  10.   </head>
  11.   
  12.   <body>
  13.     This is my HTML page. <br>
  14.   </body>
  15. </html>