File: sourceCode.html

package info (click to toggle)
tinyjsd 1.2%2Bgit1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 316 kB
  • sloc: makefile: 21
file content (15 lines) | stat: -rw-r--r-- 435 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<html>
<head>
  <link title="defaultstyle" rel="stylesheet" type="text/css"
        href="chrome://tinyJsd/skin/tinyJsd.css"/>
</head>
<body>
<source-listing id="source-listing">
<line><margin x="f">   </margin><num>    1</num> Some text</line>
<line stoppedAt="true"><margin x="t">  -</margin><num>    2</num> More Text</line>
<line><margin x="f">  B</margin><num>    3</num> Some more text</line>
</source-listing>

</body>
</html>