haikuwebkit/Websites/perf.webkit.org/public/index.html

16 lines
269 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Perf Monitor is Loading...</title>
<script>
if (location.hash.indexOf('#mode=dashboard') >= 0 || !location.hash || location.hash == '#')
location.href = '/v3/';
</script>
</head>
<body>
Redirecting to v3 UI...
</body>
</html>