File: about.html

package info (click to toggle)
python-lamson 1.0pre11-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 3,508 kB
  • ctags: 1,036
  • sloc: python: 5,772; xml: 177; makefile: 19
file content (39 lines) | stat: -rw-r--r-- 1,536 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!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" xml:lang="en" lang="en">
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>

        <title>OneShotBlog(TM)</title>
        <link rel="stylesheet" type="text/css" href="styles/reset.css" />
        <link rel="stylesheet" type="text/css" href="styles/main.css" />
    </head>

    <body>
        <div class="wrapper">
            <div class="header">
                <h1><a href="/index.html">One. Sh<span>o</span>t. Blog.</a></h1>
                <ul>
                    <li><a href="/index.html">latest</a></li>
                    <li><a href="/about.html">about</a></li>
                    <li><a href="/help.html">help</a></li>
                </ul>
            </div>
            <ul class="notifications">
                <li class="footer">
                <div>
                    <p>Software Copyright (C) 2009 Zed Shaw. Posts Copyright by their owners, sue them.</p>
                </div>
                </li>
            </ul>
            <div class="content">
                <div class="post">
                    <h2>About OneShotBlog</h2>
                    <p>OneShotBlog(TM) is a sample application for the <a href="http://lamsonproject.org">Lamson Project(TM)</a>
                    and is in alpha state right now.  Use at your own risk.</p>
                </div>
            </div>
        </div>
    </body>
</html>