diff options
Diffstat (limited to 'Base/res/html/misc/link.html')
-rw-r--r-- | Base/res/html/misc/link.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Base/res/html/misc/link.html b/Base/res/html/misc/link.html new file mode 100644 index 0000000000..6556a486e2 --- /dev/null +++ b/Base/res/html/misc/link.html @@ -0,0 +1,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> |