mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-22 21:55:39 +00:00
to Home.html to make Kielerwoche 2015 links work after update to a newer version
23 lines
787 B
HTML
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>
|