File: should_not_touch.input.html

package info (click to toggle)
doxysphinx 3.3.12-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,296 kB
  • sloc: python: 2,974; javascript: 235; cpp: 88; makefile: 52; sh: 10
file content (19 lines) | stat: -rw-r--r-- 257 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html>

<head>
    <title>demo : should not touch</title>
</head>

<body>
    <pre>
        Test content 1
    </pre>
    <pre class="fragment">
        Test content 2
    </pre>
    <div class="fragment">
        Test content 3
    </div>
</body>

</html>