File: test.html

package info (click to toggle)
flexml 1.9.6-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 640 kB
  • ctags: 225
  • sloc: perl: 1,304; makefile: 261; xml: 188; ansic: 117
file content (16 lines) | stat: -rw-r--r-- 377 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--$Id: test.html,v 1.1 2001/08/30 00:36:10 shack Exp $-->
<html>
  <head>
    <title>Title</title>
  </head>

  <body>
    <h1>Test document</h1>

    <p>Testing, 1 2 3.</p>

    <hr/>
    <address><a href="mailto:Kristoffer.Rose@ens-lyon.fr">Kristoffer H. Rose</a></address>
  </body>
</html>