e5c1d0e637
Change-Id: Ief7edfe7e3ff3a0a1ec24b4dc106bdeee5d0f8ff Signed-off-by: Henry Castro <hcastro@collabora.com>
39 lines
667 B
HTML
39 lines
667 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
|
|
|
|
<link rel="shortcut icon" type="image/x-icon" href="docs/images/favicon.ico" />
|
|
|
|
<style>
|
|
a {
|
|
color: #504999;
|
|
}
|
|
a:hover {
|
|
color: #5c3de2;
|
|
}
|
|
.container {
|
|
max-width: 500px;
|
|
margin: auto;
|
|
}
|
|
</style>
|
|
|
|
</head>
|
|
<body class="api-page">
|
|
|
|
<div class="container">
|
|
|
|
<h2 id="loleaflet-postmessage">PostMessage API</h2>
|
|
|
|
<p>Documentation has been moved to: <br><a href="https://sdk.collaboraonline.com/docs/postmessage_api.html">https://sdk.collaboraonline.com/docs/postmessage_api.html</a></p>
|
|
|
|
</div>
|
|
</body>
|
|
</html>
|