File: formatted.html

package info (click to toggle)
xq 1.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 596 kB
  • sloc: xml: 196; sh: 35; makefile: 6
file content (13 lines) | stat: -rw-r--r-- 267 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
<html>
  <head>
    <title>Test</title>
    <script src="foo.js"></script>
    <script src="bar.js"></script>
    <script src="baz.js"></script>
  </head>
  <body>
    <!-- comment here -->
    <p>text</p>
    <a href="https://example.com">link</a>
  </body>
</html>