Skip to content

Commit

Permalink
Merge pull request #217 from jofernando/211
Browse files Browse the repository at this point in the history
#211 A página principal não está abrindo automaticamente
  • Loading branch information
fabriciofx committed Dec 28, 2017
2 parents 68de760 + 007324c commit c7b7a40
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/webapp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<head>
<title>Start Page</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script>
window.location.href = 'index.xhtml';
</script>
</head>
<body>
<h1>Teste!</h1>
Expand Down

0 comments on commit c7b7a40

Please sign in to comment.