Sign in
chromium
/
codesearch
/
chromium
/
src
/
HEAD
/
.
/
chrome
/
test
/
data
/
web_apps
/
stop-loading-early.html
blob: c8dfffb9bbe3c7c6b2da132e6f773184920d6177 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<link
rel
=
"manifest"
href
=
"basic.json"
>
<link
rel
=
"icon"
href
=
"basic-48.png"
>
</head>
<body>
<h1>
Basic web app
</h1>
<script>
window
.
stop
();
</script>
</body>
</html>