errorDibujoPalo.jsp 417 Bytes
Newer Older
roshka committed
1 2 3 4 5 6 7 8 9 10 11 12 13
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
    pageEncoding="ISO-8859-1"%>
<!DOCTYPE html>
<html>
	<head>
		<meta charset="ISO-8859-1">
		<title>Error dibujo palo</title>
	</head>
<body>
	<p>El campo del palo solo admite valores:<br>* S<br>* H<br>* C<br>* D</p><br><br>
	<a href="http://localhost:8080/jweb-e002/carta.html">Volver al selector de carta</a><br><br>
</body>
</html>