Sign in
chromium
/
codesearch
/
chromium
/
src
/
HEAD
/
.
/
chrome
/
test
/
data
/
android
/
auth.html
blob: 653531d23a1c8ab7fb965d1ba6c2e4888612be97 [
file
] [
log
] [
blame
]
<html>
<head>
<title>
Auth page
</title>
<meta
name
=
"viewport"
content
=
"width=device-width"
/>
</head>
<body>
<br>
<a
href
=
"testscheme://auth?token=sometoken"
id
=
"authButton"
>
Auth!
</a>
<br>
</body>
</html>