File: xhtml.html

package info (click to toggle)
libpetal-perl 2.23-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,088 kB
  • ctags: 162
  • sloc: perl: 4,738; xml: 726; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 228 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
<html>
  <head>
    <link rel="css.css" media="screen" />
  </head>
  <body>
    <p>This is a paragraph, it's got a linebreak.<br />Cool huh?</p>
    <hr />
    <input type="hidden" name="test" value="test" />
  </body>
</html>