File: i18n.html

package info (click to toggle)
liblayout 0.2.10-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 5,332 kB
  • sloc: java: 51,125; xml: 138; makefile: 17
file content (20 lines) | stat: -rw-r--r-- 224 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html>
<head>
</head>

<body>
<h1>
  A simple test file.
</h1>
<h1 lang="de">
  A simple test file. (DE)
</h1>
<h1 lang="en">
  A simple test file. (EN)
</h1>
<h1 lang="fr">
  A simple test file. (FR)
</h1>

</body>
</html>