mirror of
https://github.com/roytam1/UXP.git
synced 2026-06-11 10:58:34 +00:00
8 lines
274 B
HTML
8 lines
274 B
HTML
<!DOCTYPE HTML>
|
|
<meta charset="utf-8">
|
|
<title>Document base URL img test</title>
|
|
<link rel="help" href="https://html.spec.whatwg.org/multipage/#the-img-element" />
|
|
<link rel="match" href="document-base-url-ref.html">
|
|
<base href="resources/" />
|
|
<img src="cat.jpg" alt="cat">
|