PageRenderTime 42ms CodeModel.GetById 16ms RepoModel.GetById 1ms app.codeStats 0ms

/bundles/plugins-trunk/XML/test_data/hyperlinks/html_base.html

#
HTML | 24 lines | 22 code | 0 blank | 2 comment | 0 complexity | 452ca74fd253cc49ef3efd0619899d2e MD5 | raw file
Possible License(s): BSD-3-Clause, AGPL-1.0, Apache-2.0, LGPL-2.0, LGPL-3.0, GPL-2.0, CC-BY-SA-3.0, LGPL-2.1, GPL-3.0, MPL-2.0-no-copyleft-exception, IPL-1.0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  2. "http://www.w3.org/TR/html4/loose.dtd">
  3. <html >
  4. <head>
  5. <title>Javascript HTTP Auth Test</title>
  6. <base href="http://toto/">
  7. </head>
  8. <body>
  9. <div id="menu">
  10. <h2>Menu d'authentification</h2>
  11. <a id="httpauth" href="prive/redir.php">Log in</a>
  12. </div>
  13. <div id="content">
  14. <h1>Page d'accueil</h1>
  15. <a href="http://www.jedit.org">jEdit</a>
  16. <!-- link to the menu div up there -->
  17. <a href="#menu">(top)</a>
  18. <!-- archive must be resolved relative to codebase -->
  19. <object codebase="http://nowhere.com/"
  20. archive="http://somewhere.com/archive1
  21. archive2">
  22. </div>
  23. </body>
  24. </html>