Files
sailing-analytics/java/com.sap.sailing.gwt.ui/HomeMobile.html
T
Steffen Schaefer 62a43b5317 Implemented automatic rerouting of HomeDesktop.html and HomeMobile.html
to Home.html to make Kielerwoche 2015 links work after update to a newer
version
2015-07-14 10:43:41 +02:00

23 lines
787 B
HTML

<!doctype html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link rel="shortcut icon" type="image/x-icon" href="images/sap.ico" />
<link href='images/sap-sailing-app-icon.png' rel='apple-touch-icon'>
<title>SAP Sailing - Homepage</title>
</head>
<body>
<script>
<!--
window.location = "Home.html"+window.location.search+window.location.hash;
//->
</script>
<noscript>
<div style="width: 22em; position: absolute; left: 50%; margin-left: -11em; color: red; background-color: white; border: 1px solid red; padding: 4px; font-family: sans-serif">
Your web browser must have JavaScript enabled
in order for this application to display correctly.
</div>
</noscript>
</body>
</html>