20 lines
524 B
Plaintext
20 lines
524 B
Plaintext
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %>
|
||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
|
<head>
|
||
|
<title>Max users reached.</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<br/>
|
||
|
<hr/>
|
||
|
<br/>
|
||
|
Sorry, but our max concurrent users limit is rearched.<br/>
|
||
|
<br/>
|
||
|
Please try again in a 5 minutes.<br/>
|
||
|
<br/>
|
||
|
<hr/>
|
||
|
<br/>
|
||
|
</body>
|
||
|
</html>
|