default.aspx
上传用户:huiyue
上传日期:2022-04-08
资源大小:1429k
文件大小:1k
源码类别:

搜索引擎

开发平台:

ASP/ASPX

  1. <html>
  2.     <head>
  3.         <title>Search Test Page</title>
  4.         <meta name="robots" content="index,follow" />
  5.     </head>
  6.     <body>
  7.     
  8.         <p>
  9.             <a href="Search.aspx">Search Page</a>
  10.         </p>
  11.         <p>
  12.         <a href="content/test">default page test 2</a>
  13.         <a href="content/test/">default page test 1</a>
  14.         <a href="content/test/default.aspx">default page test 1</a>
  15.         
  16.          <!--SEARCHAROONOINDEX-->
  17.         <a href="content/OpenXMLsample.xlsx">OpenXml</a>
  18.         <a href="content/OrcasData.pptx">Orcas</a>
  19.         <a href="content/msbuild.docx">MSBUild</a>
  20.         <a href="content/plaintext.txt">text</a>
  21.         <a href="content/bed.jpg">image</a>
  22.         <a href="content/tiger.jpg">tiger image</a>
  23.         
  24.         <a href="#" onclick="window.location='content/Kilimanjaro.pdf'">Kilimanjaro</a>
  25.         
  26.        This text won't be indexed (but the links will be followed)
  27.         <a href="content/Decorator.ppt">decorator</a><!--/SEARCHAROONOINDEX-->
  28.         
  29.         <!--SEARCHAROONOFOLLOW--> 
  30.         <a href="#" onclick="window.location='content/Kilimanjaro.pdf'">Kilimanjaro</a>
  31.         <!--/SEARCHAROONOFOLLOW-->
  32.         <a href="content/Marathoning.doc">marathon</a>
  33.         <a href="content/za.html">zambia</a>
  34.         <a href="content/wz.html">Swaziland</a>
  35.         <a href="content/uk.html">UK</a>
  36.         </p>
  37.     </body>
  38. </html>