Skip to content

Commit 0cb0c4c

Browse files
committed
Update index.xhtml
1 parent 6e417db commit 0cb0c4c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/webapp/index.xhtml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
<title>Fog</title>
88
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
99
<style type="text/css">
10-
body { background: #F0F0F0; }
10+
body { background: #F0F0F0; font-family: sans-serif; }
1111
</style>
1212
</h:head>
1313
<h:body>
14-
<h:outputText value="#{homeBean.hello}" />
14+
<h:outputText value="#{managedBean.hello}" />
1515
</h:body>
16-
</html>
16+
</html>

0 commit comments

Comments
 (0)