blob: fa7ffd486ee5ec71f8f3298d0760029b96393232 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!DOCTYPE HTML>
<html>
<head>
<title>Test CSS files with non-ascii characters</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style type="text/css">
body { color: yellow; background-color: blue }
</style>
</head>
<body>
<p>The text in this page should be yellow on a blue background</p>
</body>
</html>
|