Skip to content

Commit

Permalink
JsfStressTest - fix template.xhtml
Browse files Browse the repository at this point in the history
- htmlunit attempts to load a missing css file many times
  • Loading branch information
mkouba committed Jul 12, 2017
1 parent 86c6a82 commit 714da6a
Showing 1 changed file with 6 additions and 7 deletions.
Expand Up @@ -7,28 +7,27 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Numberguess</title>
<link href="style/main.css" rel="stylesheet" type="text/css"/>
<ui:insert name="head"/>
</head>

<body>

<div id="container">
<div id="header">

</div>

<div id="sidebar">

</div>

<div id="content">
<ui:insert name="content"/>
</div>

<br style="clear:both"/>
</div>

</body>
</html>

0 comments on commit 714da6a

Please sign in to comment.