mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-03-27 13:29:34 +07:00
14 lines
443 B
HTML
14 lines
443 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta http-equiv="refresh" content="2;url=https://github.com/GoogleChrome/chrome-extensions-samples" />
|
|
<title>Redirecting…</title>
|
|
</head>
|
|
<body>
|
|
<p>Redirecting to the <a
|
|
href="https://github.com/GoogleChrome/chrome-extensions-samples">GoogleChrome/chrome-extensions-samples</a>
|
|
repository on GitHub in 2 seconds.</p>
|
|
</body>
|
|
</html>
|