This repository has been archived on 2024-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
Lens/dialog.html
2021-02-01 23:17:02 +01:00

17 lines
944 B
HTML

<!DOCTYPE html><html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Invia Domanda</title>
<meta name="viewport" content="width=device-width, initial-scale=1, can-resize=no">
<link rel="stylesheet" href="https://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css" />
<script src="https://code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="https://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js"></script>
</head><body>
<div data-role="page" data-dialog="true">
<div data-role="header" data-theme="b"> <h1>Nuova domanda</h1> </div>
<div role="main" class="ui-content">
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSecKIdooyZz2CStogBEauf1PyuCdNbCFd0hWpKz1mfsrprbSw/viewform?embedded=true" style="width:100%;height:50vh;" frameborder="0" marginheight="0" marginwidth="0">Caricamento…</iframe>
</div> </div>
</body></html>