add copyright and id tag

git-svn-id: svn+ssh://en.codiert.org/home/staff/ben/dev/misc.svn/projects/fpgafs@442 766a2236-cff9-0310-b0c0-a81a5f92509a
This commit is contained in:
ben 2007-10-30 12:51:21 +00:00
parent 4a3b68e804
commit 12ffdc6b32
2 changed files with 15 additions and 1 deletions

View File

@ -1,3 +1,4 @@
/* (c) Benjamin Krill <ben@codiert.org> */
body {
margin:0px;
padding:0px;
@ -140,6 +141,17 @@ h2.consol {
border:1px dotted;
}
h2.footer {
display:block;
color: #aaa;
padding:0px 0px;
margin: 25px 0px 0px 0px;
font-size: 10px;
font-weight:normal;
background-color:#fff;
text-decoration:none;
}
div.center {
position: relative;
text-align: center;

View File

@ -1,6 +1,6 @@
<!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">
<!-- (c) Benjamin Krill <ben@codiert.org> -->
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<title>FPGA Filesystem</title>
@ -96,6 +96,8 @@
<h2 class="title">Contact</h2><a name="contact" id="contact"></a>
<p>Benjamin Krill: ben@codiert.org</p>
<h2 class="footer">ID: $Id$</h3>
</div>
</body>