mirror of
https://github.com/judge2020/cloudflare-connectivity-test.git
synced 2026-04-28 03:20:12 +00:00
24 lines
No EOL
674 B
HTML
24 lines
No EOL
674 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
|
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
|
<link rel="preload" href="<$= BASE_URL %>iata.json" as="fetch">
|
|
<title>cloudflare-test.judge.sh</title>
|
|
</head>
|
|
|
|
<body>
|
|
<noscript>
|
|
<strong>We're sorry but cloudflare-test.judge.sh doesn't work properly without JavaScript enabled. Please enable it
|
|
to continue.</strong>
|
|
</noscript>
|
|
<section class="section">
|
|
<div id="app"></div>
|
|
</section>
|
|
<!-- built files will be auto injected -->
|
|
</body>
|
|
|
|
</html> |