Google Form test

by Boyanliuu

HTML

<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Google form test</title>
</head>
<body>
<h1>
Here is a google form 
</h1>
    <iframe src="https://docs.google.com/forms/d/e/1FAIpQLSeGCXmMrHwJYpd89PpKBCnMdsPA2czgriMdCy4llUAfo_hs-A/viewform?embedded=true" width="640" height="1114" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
</body>
</html>