Skip to content

Commit

Permalink
Improve layout
Browse files Browse the repository at this point in the history
  • Loading branch information
k-tamura committed Feb 21, 2017
1 parent 343fc8e commit fc0bff5
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions src/main/webapp/index.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,14 @@
</head>
<body style="margin:20px;">
<header>
<img src="images/easybuggyL.png">
<table width="720">
<tr>
<td><img src="images/easybuggy.png"></td>
<td><fmt:message key="description.all" /></td>
</tr>
<table>
</header>
<hr>
<p>
<fmt:message key="description.all" />
</p>
<h2>
<span class="glyphicon glyphicon-knight"></span>&nbsp;
<fmt:message key="section.troubles" />
Expand Down Expand Up @@ -309,7 +311,7 @@
</ul>
<hr>
<footer>
<img src="images/easybuggy.png">Copyright © 2016-17 T246 OSS Lab, all rights reserved.
<img src="images/easybuggyL.png">Copyright © 2016-17 T246 OSS Lab, all rights reserved.
</footer>
</body>
</html>

0 comments on commit fc0bff5

Please sign in to comment.