Create a new file, for example: index.html or add editor where you require it
Paste the following iframe for Tetrons Editor into it:
1<body>
2 <iframe
3 id="tetrons-iframe"
4 src="https://product.tetrons.com/embed"
5 style="width:100%; height:100vh; border:none;"
6 allow="clipboard-read; clipboard-write; microphone; camera"
7 ></iframe>
8
9 <!-- jQuery and Foundation JS -->
10 <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
11 <script src="https://cdn.jsdelivr.net/npm/foundation-sites@6.7.5/dist/js/foundation.min.js"></script>
12 <script>
13 $(document).foundation();
14 </script>
15</body>Open the HTML file using Live Server in VS Code
Or open it directly from file explorer
