added favicon

This commit is contained in:
jonobr1 2011-01-25 00:15:53 -08:00
commit c9e3a276a7
2 changed files with 63 additions and 56 deletions

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View File

@ -1,5 +1,9 @@
<html>
<!doctype html>
<head>
<title>GUI-DAT</title>
<link rel="icon" type="image/ico" href="favicon.ico">
<link href="gui.css" media="screen" rel="stylesheet" type="text/css" />
<link href="demo.css" media="screen" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="http://google-code-prettify.googlecode.com/svn/trunk/src/prettify.js"></script>
@ -84,5 +88,8 @@ window.onload = function() {
};
</pre>
<footer>
By <a href = "#">George</a>, <a href = "#">Jono</a>, and you.
</footer>
</body>
</html>