xref: /aosp_15_r20/external/jsoup/src/test/resources/htmltests/charset-base.html (revision 6da8f8c4bc310ad659121b84dd089062417a2ce2)
1*6da8f8c4SAndroid Build Coastguard Worker<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2*6da8f8c4SAndroid Build Coastguard Worker<html xmlns="http://www.w3.org/1999/xhtml">
3*6da8f8c4SAndroid Build Coastguard Worker<head>
4*6da8f8c4SAndroid Build Coastguard Worker  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5*6da8f8c4SAndroid Build Coastguard Worker  <base href="http://example.com" />
6*6da8f8c4SAndroid Build Coastguard Worker</head>
7*6da8f8c4SAndroid Build Coastguard Worker<body>
8*6da8f8c4SAndroid Build Coastguard Worker<img src="/foo.jpg" />
9*6da8f8c4SAndroid Build Coastguard Worker</body>
10*6da8f8c4SAndroid Build Coastguard Worker</html>
11