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