mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-23 14:08:40 +00:00
28 lines
1.4 KiB
HTML
28 lines
1.4 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:title" content="SAP Sailing" />
|
|
<meta property="og:description" content="Help sailors analyze performance and optimize strategy • Bring fans closer to the action
|
|
• Provide the media with information and insights to deliver a greater informed commentary" />
|
|
<meta property="og:image" content="https://s3-eu-west-1.amazonaws.com/media.sapsailing.com/2014/505Worlds/Images_Homepage/505Worlds2014_eventteaser.jpg" />
|
|
<link rel="shortcut icon" type="image/x-icon" href="images/sap${applicationScope['clientConfigurationContext.whitelabeled']}.ico" />
|
|
<link href='images/sap-sailing-app-icon${applicationScope['clientConfigurationContext.whitelabeled']}.png' rel='apple-touch-icon'>
|
|
<title>${applicationScope['clientConfigurationContext.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>
|