aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver/frontend/html/index.html
blob: 6a736e914175d18a07f054e6fa63237ffde8863f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!-- 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 type="module" src="zen.js"></script>
</head>
</html>