https://github.com/mroberge/HydroCloud
Raw File
Tip revision: 4d2f3243b15298d0bffb66db430a02982a638ab4 authored by Martin Roberge on 09 April 2018, 02:46:03 UTC
Merge pull request #123 from mroberge/Feedback
Tip revision: 4d2f324
example-iframe.html
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Embedding hydrocloud in an iframe example</title>
</head>
<body>
<H1>Embedding HydroCloud in an iframe</H1>
<p>It's simple to include some of the functionality of HydroCloud in your own website using iframes.</p>

<h3>Embedding the entire hydrocloud.org website:</h3>
<ul>
    <li>Set the source to 'https://hydrocloud.org'</li>
    <li>The site works best at a minimum size of 300 x 300.</li>
</ul>
<iframe src="https://hydrocloud.org" width="400" height="400" >
    <p>Your browser does not support iframes.</p>
</iframe>

</body>
</html>
back to top