Sign in
chromium
/
devtools
/
devtools-frontend.git
/
HEAD
/
.
/
test
/
e2e
/
resources
/
css_overview
/
default.html
blob: f62f0022dc244779bf30496a9efe39ba28e8f43a [
file
] [
log
] [
blame
]
<!--
Copyright 2020 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<!DOCTYPE html>
<style>
h1
{
color
:
red
;
}
</style>
<h1>
Hello World
</h1>