<!DOCTYPE html>
<html>

<!-- note: this template was last modified 2-13-2013 at about 10:16 am.
     It is especially possible that it may be updated,
     since this is the first semester that CS 318 is using
     HTML5. (feel free to remove this comment when using
     this template! 8-) )
-->

<!--
    by: 
    last modified:
-->

<head>  
    <title>  </title>
    <meta charset="utf-8" />
</head> 

<body> 

    <hr />   

    <p>
        <a href="http://validator.w3.org/check/referer">
        Validate this HTML5 page
        </a>
    </p>

    <p>
        For full credit, this page must also pass the tests at
        <a href="http://lint.brihten.com/html/">
        http://lint.brihten.com/html/ </a> when its URL is
        entered (and without modifying the default options).
    </p>

    <p>
        <a href=
           "http://jigsaw.w3.org/css-validator/check/referer?profile=css3">
            <img src="http://jigsaw.w3.org/css-validator/images/vcss" 
                 alt="Valid CSS3!" height="31" width="88" />
        </a>
    </p>

</body> 
</html>