Skip to content

Instantly share code, notes, and snippets.

@ReedCopsey
Last active August 6, 2026 20:03
Show Gist options
  • Select an option

  • Save ReedCopsey/28db2572ed31a2701cafb045ef7483c9 to your computer and use it in GitHub Desktop.

Select an option

Save ReedCopsey/28db2572ed31a2701cafb045ef7483c9 to your computer and use it in GitHub Desktop.
Sample Landing Page Embedding
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>3D Viewer: ACME Site</title>
<style>html, body { height: 100%; margin: 0; }</style>
</head>
<body>
<iframe style="border: none; outline: none; overflow: hidden; display: block;" width="100%" height="100%"
src="https://viewer.ctech.com/envirofaux.html?title=3D%20Viewer%3A%20ACME%20Site&logo=https%3A%2F%2Fenvirofaux.com%2FACME-EnviroFaux.png"
allow="fullscreen"></iframe>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>EnviroFaux Custom 3D Viewer</title>
<style>html, body { height: 100%; margin: 0; }</style>
</head>
<body>
<iframe style="border: none; outline: none; overflow: hidden; display: block;" width="100%" height="100%"
src="https://viewer.ctech.com/envirofaux.html" allow="fullscreen"></iframe>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment