added report.html, updated other pages to point to it
git-svn-id: svn://anubis/gvsu@400 45c1a28c-8058-47b2-ae61-ca45b979098e
This commit is contained in:
parent
e6ac4a2b33
commit
cf10b60252
@ -46,6 +46,8 @@
|
||||
<a class="link" href="design.html">Design Document</a>
|
||||
|
||||
<a class="link" href="index.html#screenshots">Screenshots</a>
|
||||
|
||||
<a class="link" href="report.html">Final Report</a>
|
||||
</div>
|
||||
|
||||
<hr/>
|
||||
|
@ -43,6 +43,8 @@
|
||||
<a class="link" href="design.html">Design Document</a>
|
||||
|
||||
<a class="link" href="#screenshots">Screenshots</a>
|
||||
|
||||
<a class="link" href="report.html">Final Report</a>
|
||||
</div>
|
||||
|
||||
<hr/>
|
||||
|
54
cs658/html/report.html
Normal file
54
cs658/html/report.html
Normal file
@ -0,0 +1,54 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<title>FART Final Report</title>
|
||||
<style type="text/css">
|
||||
body {
|
||||
margin: 0.2em 2ex;
|
||||
background-color: #DEF;
|
||||
}
|
||||
.link {
|
||||
padding: 0.2em 0.5ex;
|
||||
text-decoration: none;
|
||||
border: solid 1px black;
|
||||
background-color: #CCC;
|
||||
color: #000;
|
||||
font-weight: bold;
|
||||
}
|
||||
.link:hover {
|
||||
background-color: #999;
|
||||
}
|
||||
hr { margin: 2em auto; }
|
||||
tt {
|
||||
display: block;
|
||||
margin: 0.4em 0px;
|
||||
padding: 0.1em 0.8ex;
|
||||
background-color: #FFF;
|
||||
border-style: dashed;
|
||||
border-width: 1px;
|
||||
border-color: #900;
|
||||
}
|
||||
img { border-style: none; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1 style="text-align:center">FART Final Report</h1>
|
||||
<div style="text-align:center">
|
||||
<a class="link" href="index.html#description">Project Description</a>
|
||||
|
||||
<a class="link" href="index.html#code">Code</a>
|
||||
|
||||
<a class="link" href="design.html">Design Document</a>
|
||||
|
||||
<a class="link" href="index.html#screenshots">Screenshots</a>
|
||||
|
||||
<a class="link" href="report.html">Final Report</a>
|
||||
</div>
|
||||
|
||||
<hr/>
|
||||
<h2>FART Final Report</h2>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
x
Reference in New Issue
Block a user