The <head> section contains meta tags where you should give your page a unique description (not all pages should share the same description), as well as author and keywords for the page.
Title tag—Be sure to change the title tag to reflect the name of your page. Each page should have a unique name.
Favicon—There is a link in place for a favicon. If you haven't used a favicon, you can download the University's standard block M favicon on the template download page. Learn more about favicons on the W3C site.
Style sheets and javascript—Links to all the style sheets are followed by a link to the javascript that makes the text in the search field disappear when you click into the field.
Areas that you must change and update are highlighted below.
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="author" content=" " />
<meta name="description" content="University of Minnesota." />
<meta name="keywords" content=" " />
<title>960 Template : University of Minnesota</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link href="lib/css/reset.css" rel="stylesheet" type="text/css" />
<link href="lib/css/text.css" rel="stylesheet" type="text/css" />
<link href="lib/css/template.css" rel="stylesheet" type="text/css" />
<link href="lib/css/optional.css" rel="stylesheet" type="text/css" />
<link href="lib/css/print.css" rel="stylesheet" type="text/css" media="print" />
<!-- The javascript below controls the disappearance of text in the search field. Do not remove this and make sure that the searchfield.js file is properly referenced if you change template folders/directories. -->
<script type="text/javascript" src="lib/js/searchfield.js"></script>
</head>