diff options
| author | Christian Kolset <christian.kolset@gmail.com> | 2025-10-17 17:22:34 -0600 |
|---|---|---|
| committer | Christian Kolset <christian.kolset@gmail.com> | 2025-10-17 17:22:34 -0600 |
| commit | a646b0b4486619766214424086efc3947f7af241 (patch) | |
| tree | c0f0fff657a3f15e9542ecb538c013270d66b85e /tutorials/module_3/geogebra-embed.html | |
| parent | aaecac1aebf2f118da278444095fcc7098026077 (diff) | |
Added geogebra html files for offline capability with a README file. This commit is to complete the 703bcff commit.
Diffstat (limited to 'tutorials/module_3/geogebra-embed.html')
| -rw-r--r-- | tutorials/module_3/geogebra-embed.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/tutorials/module_3/geogebra-embed.html b/tutorials/module_3/geogebra-embed.html new file mode 100644 index 0000000..92331cb --- /dev/null +++ b/tutorials/module_3/geogebra-embed.html @@ -0,0 +1,19 @@ +<!doctype html> +<html> + <head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width,initial-scale=1"> + <title>GeoGebra IFrame Wrapper</title> + <style> + html,body{height:100%;margin:0} + .wrap{display:flex;align-items:center;justify-content:center;height:100%;} + iframe{border:0;width:900px;height:620px;max-width:100%;} + </style> + </head> + <body> + <div class="wrap"> + <!-- Point src to the offline HTML next to this file (or a URL) --> + <iframe src="geogebra-offline.html" title="GeoGebra Applet"></iframe> + </div> + </body> +</html> |
