Skip to content

Commit

Permalink
Added test.css stylesheet (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored May 16, 2022
1 parent 10a326d commit 75ba3bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/main/webapp/resources/test.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* Place any CSS here you want loaded in test.xhtml */
1 change: 1 addition & 0 deletions src/main/webapp/test.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<h:head>
<title>PrimeFaces Test</title>
<h:outputScript name="test.js" />
<h:outputStylesheet name="test.css" />
</h:head>
<h:body>

Expand Down

0 comments on commit 75ba3bb

Please sign in to comment.