blob: af4db0fe3b93afc83da086d2ad25b3351af492bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<html>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>test1</title>
<body bgcolor=#eeeeee >
<a href="">Random invalid link.</a>
<br>
<div style="font-family:arial unicode ms">
Arabic ligature testing: allāh: ﷲ
<br>
Arabic ligature testing: lām: الله
<br>
Alphabet in Hebrew: alephbet: אלפבית
<br>
Hello world in Korean: 여러분, 안녕하세요
<br>
Hello world in Chinese: 你好世界
<br>
</div>
</body>
</html>
|