ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/www/trunk/test.html
Revision: 2
Committed: Mon Apr 9 21:43:01 2007 UTC (17 years ago) by laffer1
Content type: text/html
File size: 2380 byte(s)
Log Message:
Initial import of website

File Contents

# Content
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
5 <title>MidnightBSD :: The BSD for Everyone.</title>
6 <link rel="stylesheet" type="text/css" media="all" href="/css/base.css" />
7 </head>
8
9 <body>
10
11 <!-- BEGIN HEADER -->
12 <div id="header">
13 <div id="logo">
14 <img src="/images/logo.png" width="342" height="98" />
15 </div>
16
17 <div id="topnav">
18 <ul id="topnavlist">
19 <li><a href="/index.html" title="Home">Home</a></li>
20 <li><a href="/about/index.html" title="About">About</a></li>
21 <li><a href="/download/index.html" title="Get MidnightBSD">Get MidnightBSD</a></li>
22 <li><a href="/docs/index.html" title="Documentation">Documentation</a></li>
23 <li><a href="/community/index.html" title="Community">Community</a></li>
24 <li><a href="/developer/index.html" title="Developers">Developers</a></li>
25 <li><a href="/support/index.html" title="Support">Support</a></li>
26 </ul>
27 </div>
28 </div>
29 <!-- END HEADER -->
30
31 <!-- BEGIN CONTENT -->
32 <div id="content">
33
34 <div id="sidewrap">
35 <div id="sidenav">
36
37 <ul>
38 <li><a href="./about.html">About</a></li>
39
40 <li><a href="./features.html">Features</a></li>
41
42 <li><a href="./applications.html">Applications</a></li>
43
44 <li><a href="./internet.html">Internetworking</a></li>
45
46 <li><a href="./advocacy/">Advocacy</a></li>
47
48 <li><a href="./marketing/">Marketing</a></li>
49
50 <li><a href="./news/newsflash.html">News</a></li>
51
52 <li><a href="./events/events.html">Events</a></li>
53
54 <li><a href="./news/press.html">Press</a></li>
55
56 <li><a href="./art.html">Artwork</a></li>
57
58 <li><a href="./logo.html">Logo</a></li>
59
60 <li><a href="./donations/">Donations</a></li>
61
62 <li><a href="./copyright/">Legal Notices</a></li>
63 </ul>
64 </div>
65 </div>
66
67 <div id="contentwrap">
68 This is test content
69 </div>
70
71 </div>
72 <!-- END CONTENT -->
73
74 <!-- BEGIN FOOTER -->
75 <div id="footer">
76 <p><a href="copyright/index.html">Legal Notices</a> | Copyright 2005, 2006 Lucas Holt</p>
77
78 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
79 </script>
80 <script type="text/javascript">
81 _uacct = "UA-560995-2";
82 urchinTracker();
83 </script>
84 </div>
85 <!-- END FOOTER -->
86
87 </body>
88 </html>