Example Website (Eager)

by adamschwartz

HTML

<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8" />
        <title>Example Website</title>
        
        <link rel="icon" href="/favicon.ico" />
        <link rel="stylesheet" href="/example-website.css" />

        <script src="/example-website.js"></script>
        
        <script src="//fast.eager.io/Cyya6a22"></script>
    </head>
    <body>        
        <header>
            <h1>Example Website</h1>
        </header>
        
        <section>
            <p>Welcome to the example website!</p>
        </section>            

        <footer>
            <p>© Example Company</p>
        </footer>
    </body>
</html>