13 lines
456 B
Plaintext
13 lines
456 B
Plaintext
<!doctype html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
|
<title>Preview <%= host.id %></title>
|
|
<style>body{margin:0;height:100vh} iframe{width:100%;height:100vh;border:0}</style>
|
|
</head>
|
|
<body>
|
|
<iframe id="previewFrame" src="/preview-proxy/<%= host.id %>/" sandbox="allow-forms allow-same-origin allow-scripts allow-popups"></iframe>
|
|
</body>
|
|
</html>
|