mirror of
https://github.com/servo/servo
synced 2026-04-29 10:57:43 +02:00
12 lines
244 B
HTML
12 lines
244 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Stylesheet With Base Tag</title>
|
|
<link rel="match" href="stylesheet-with-base-ref.html">
|
|
<base href="resources/">
|
|
<link rel="stylesheet" href="stylesheet.css">
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|