freeCodeCamp/bower_components/jsdom/test/level2/style/external_css.html

9 lines
170 B
HTML
Raw Normal View History

2014-10-13 21:14:51 +00:00
<html>
<head>
<title></title>
<link rel="stylesheet" type="text/css" href="http://127.0.0.1:10099/style.css" />
</head>
<body>
something in the body
</body>
</html>