mirror of
https://github.com/RGBCube/serenity
synced 2025-05-18 01:45:07 +00:00
9 lines
158 B
HTML
9 lines
158 B
HTML
<html>
|
|
<head>
|
|
<title>Link element test</title>
|
|
<link rel="stylesheet" href="link.css">
|
|
</head>
|
|
<body>
|
|
<div id="foo">I should be styled!</div>
|
|
</body>
|
|
</html>
|