mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 09:53:07 +09:00
11 lines
244 B
HTML
11 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>
|