Sign in
chromium
/
codesearch
/
chromium
/
src
/
HEAD
/
.
/
chrome
/
test
/
data
/
actor
/
simple.html
blob: cc027fbef6b2a954a4960fca6cceb9bc385bd9ed [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<meta
name
=
"viewport"
content
=
"width=device-width, minimum-scale=1.0"
>
<title>
Simple Page
</title>
<style>
:
root
{
background-color
:
lightgreen
;
}
</style>
</head>
<body>
<p>
This is a simple test page
</p>
</body>
</html>