Last active
August 6, 2026 20:03
-
-
Save ReedCopsey/28db2572ed31a2701cafb045ef7483c9 to your computer and use it in GitHub Desktop.
Sample Landing Page Embedding
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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