blob: e31fcae0f5505db6367e1f11f9a25576285481a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>HTML Link Example</title>
<link href="translate1htmlrules.xml" rel="its-rules"/>
</head>
<body>
<img src="smiley.gif" alt="Smiley face" width="42" height="42"/>
<p id="100" title="Text">
This is the first paragraph. It has some
<code>un-translatable code</code>
.
</p>
</body>
</html>
|