You are on page 1of 2

<!

DOCTYPE html>
<html lang="en‐US">
    
    <head>
        <meta charset="utf‐8" />
        <title>Lab 1: Contact</title>
        <link href="css/stylesheet.css" rel="stylesheet" type="text/css">
        <link href="https://fonts.googleapis.com/css2?family=Pacifico" 
rel="stylesheet">
    </head>
    <body>
        <header>
            <h1> Contact </h1>
        </header>
        <hr />
        <nav>
            <a href="index.html">Home</a>
            <a href="about.html">About</a>
            <a href="contact.html">Contact</a>
            
        </nav>
        
        <br /><br />
        <main>
            <div>
                <figure>
                    <img src="img/brian5.png" alt="Picture of Brian James" />
                </figure>
            </div>
            <div>
<iframe 
src="https://docs.google.com/forms/d/e/1FAIpQLSdY8P0S3auBtUpV0SGIpRSv2s_9MEAfZt74dk
Ismjwl8yVmQA/viewform?embedded=true" width="640" height="375" frameborder="0" 
marginheight="0" marginwidth="0">Loading…</iframe>

            </div>
        </main>
        
        <footer>
            
            <div>
                <figure>
                    <img src="img/CSUMB‐logo.png" alt="Picture of CSUMB logo" 
style="float:left";/>
                </figure>
            </div>
            <div>
                CST336 Internet Programming. 2020&copy; James <br />
                <strong>Disclaimer:</strong> The information in this website is 
fictitious.  <br />
                It is used for academic purposes only.
            </div>
        </footer>
    </body>

</html>
        

You might also like