| 
									
										
										
										
											2022-05-05 14:29:49 +00:00
										 |  |  | <html> | 
					
						
							|  |  |  |   <head> | 
					
						
							| 
									
										
										
										
											2022-05-06 15:56:26 +00:00
										 |  |  |     <style> | 
					
						
							|  |  |  |       .row { | 
					
						
							|  |  |  |         display: flex; | 
					
						
							|  |  |  |       } | 
					
						
							|  |  |  |       .cell-1 { | 
					
						
							|  |  |  |         border-right: 1px solid #ded9d9; | 
					
						
							|  |  |  |         padding-right: 10px; | 
					
						
							|  |  |  |       } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |       .cell-2 { | 
					
						
							|  |  |  |         margin: 10px; | 
					
						
							|  |  |  |       } | 
					
						
							|  |  |  |     </style> | 
					
						
							| 
									
										
										
										
											2022-05-05 14:29:49 +00:00
										 |  |  |     <script> | 
					
						
							| 
									
										
										
										
											2022-05-06 15:56:26 +00:00
										 |  |  |       const searchParams = new URL(document.URL).searchParams; | 
					
						
							|  |  |  |       const embedType = searchParams.get("embedType"); | 
					
						
							|  |  |  |       const calLink = searchParams.get("calLink"); | 
					
						
							| 
									
										
										
										
											2022-05-05 14:29:49 +00:00
										 |  |  |     </script> | 
					
						
							|  |  |  |   </head> | 
					
						
							|  |  |  |   <script type="module" src="./src/preview.ts"></script> | 
					
						
							|  |  |  |   <body> | 
					
						
							| 
									
										
										
										
											2022-05-06 15:56:26 +00:00
										 |  |  |     <div id="my-embed" style="width: 100%; height: 100%; overflow: scroll"></div> | 
					
						
							|  |  |  |     <script type="module"> | 
					
						
							|  |  |  |        | 
					
						
							| 
									
										
										
										
											2022-05-05 14:29:49 +00:00
										 |  |  |     </script> | 
					
						
							|  |  |  |   </body> | 
					
						
							|  |  |  | </html> |