20 lines
287 B
HTML
20 lines
287 B
HTML
<!DOCTYPE html>
|
|
<html lang="en"
|
|
xmlns="http://www.w3.org/1999/xhtml"
|
|
xmlns:f="http://xmlns.jcp.org/jsf/core"
|
|
xmlns:h="http://xmlns.jcp.org/jsf/html"
|
|
xmlns:jsf="http://xmlns.jcp.org/jsf"
|
|
>
|
|
<h:head/>
|
|
|
|
<h:messages/>
|
|
|
|
<body>
|
|
<p>
|
|
Welcome !!
|
|
</p>
|
|
|
|
</body>
|
|
|
|
</html>
|