Sign in
chromium
/
chromium
/
src.git
/
fafff21
/
.
/
content
/
test
/
data
/
dom_serializer
/
simple_linked_stylesheet.html
blob: 3318148ed7d18bc0d73825f93173453ffc7d296e [
file
]
<!DOCTYPE html>
<html>
<head>
<link
rel
=
"stylesheet"
href
=
"style.css"
>
</head>
<body>
<h1>
I am formatted with a linked style sheet
</h1>
</body>
</html>