Sign in
chromium
/
codesearch
/
chromium
/
src
/
HEAD
/
.
/
chrome
/
test
/
data
/
extensions
/
background_app
/
BackgroundApp.html
blob: dad2443b350e0ce04c4bc3a38f386e911a8f8581 [
file
] [
log
] [
blame
]
<!doctype html>
<html>
<head>
<title>
Background App Popup
</title>
<!-- JavaScript and HTML must be in separate files for security. -->
<script
src
=
"BackgroundApp.js"
></script>
</head>
<body>
Simple Background App
</body>
</html>