<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Embedded Google Doc</title>
</head>
<body>
    <h2>Embedded Google Document</h2>
    <iframe
        src="https://docs.google.com/document/d/17YC8-EzTpLopZeIX5Ss4w7zLnlZIR5XrGjRM9b1BBRs/preview"
        width="100%"
        height="600"
        frameborder="0"
        allowfullscreen>
    </iframe>
</body>
</html>