blob: 24a136a3009b4b3ef9ac10d456dadfe6942903ea (
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="theme.js"></script>
<script src="banner.js" defer></script>
<script src="nav.js" defer></script>
<script type="module" src="zen.js"></script>
</head>
</html>
|