that's it for today

This commit is contained in:
2023-08-28 13:32:17 -05:00
parent a33c99cbd2
commit 1c4ffa9a2a
1660 changed files with 52586 additions and 8 deletions

View File

@@ -0,0 +1,12 @@
<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://xmlns.jcp.org/jsf/html">
<h:head>
<title>Result Page 1</title>
</h:head>
<h:body>
<h1>Result Page 1</h1>
<h2>Your Message: "#{simpleController.getMessage()}"</h2>
</h:body>
</html>