projects-jenz/RaceTimer/webproject/target/racetimer_web-1.0-SNAPSHOT/index.jsp
2019-03-02 15:17:41 +01:00

22 lines
718 B
Plaintext

<%--
Document : dummy
Created on : 21-10-2018, 17:07:46
Author : install1
--%>
<%@page contentType="text/html" pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="refresh" action="1;FrontController">
<title>StartPoint</title>
</head>
<body>
<form name="SessionAttributeHandler" action="FrontController" method="POST">
<input type="hidden" name="command" value="SessionAttributeHandler">
Loading Avatars, please wait 20-30 seconds...
</form>
<SCRIPT LANGUAGE="JavaScript">document.forms[0].submit();</SCRIPT>
</body>
</html>