summaryrefslogtreecommitdiff
path: root/Base/home/anon/www/link.html
blob: 6556a486e299ddc139a9a0e8eca8213209d4b44d (plain)
1
2
3
4
5
6
7
8
9
<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>