Skip to content

Instantly share code, notes, and snippets.

@ReedCopsey
Last active November 3, 2022 17:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ReedCopsey/28db2572ed31a2701cafb045ef7483c9 to your computer and use it in GitHub Desktop.
Save ReedCopsey/28db2572ed31a2701cafb045ef7483c9 to your computer and use it in GitHub Desktop.
Sample Landing Page Embedding
<html>
<head>
<title>3D Viewer: ACME Site</title>
</head>
<body style="margin: 0px;">
<iframe style="border: none; outline: none; overflow: hidden;" 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>
<html>
<head>
<title>EnviroFaux Custom 3D Viewer</title>
</head>
<body style="margin: 0px;">
<iframe style="border: none; outline: none; overflow: hidden;" 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