blob: fad4bf9023910317bbfd57fa5e9d3a87162f3b50 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<!-- Copyright Epic Games, Inc. All Rights Reserved. -->
<!DOCTYPE html>
<html>
<head>
<script>
if (window.location.pathname == "/dashboard")
{
window.location.pathname = "/dashboard/";
}
</script>
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" type="text/css" href="zen.css" />
<script src="compactbinary.js"></script>
<script src="zen.js"></script>
</head>
<body onload="main()">
</body>
</html>
|