Skip to content

Commit

Permalink
PLANNER-1540 Add missing titles to html pages
Browse files Browse the repository at this point in the history
  • Loading branch information
rsynek authored and ge0ffrey committed Jun 27, 2019
1 parent f6d9a24 commit 5b385fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>OptaPlanner webexamples: Cloud Balancing</title>
<meta http-equiv="REFRESH" content="0;url=<%=application.getContextPath()%>/cloudbalancing/solving.jsp"/>
</head>
<body>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>OptaPlanner webexamples: Cloud Balancing</title>
<meta http-equiv="REFRESH" content="0;url=<%=application.getContextPath()%>/cloudbalancing/terminated.jsp"/>
</head>
<body>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>OptaPlanner webexamples: vehicle routing</title>
<meta http-equiv="REFRESH" content="0;url=<%=application.getContextPath()%>/vehiclerouting/leaflet.jsp"/>
</head>
<body>
Expand Down

0 comments on commit 5b385fe

Please sign in to comment.