summaryrefslogtreecommitdiff
path: root/tutorials/module_3/geogebra-embed.html
diff options
context:
space:
mode:
Diffstat (limited to 'tutorials/module_3/geogebra-embed.html')
-rw-r--r--tutorials/module_3/geogebra-embed.html19
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>