File: index.html

package info (click to toggle)
movabletype-opensource 4.2.3-1%2Blenny3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 21,268 kB
  • ctags: 15,862
  • sloc: perl: 178,892; php: 26,178; sh: 161; makefile: 82
file content (100 lines) | stat: -rw-r--r-- 2,920 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
    <meta http-equiv="content-language" content="en" />
    <meta http-equiv="refresh" content="8;url=mt.cgi">
    
    <title>Movable Type Publishing Platform</title>
    
            <style type="text/css" media="screen">
            body {
                font-family: "Helvetica Neue", Arial, sans-serif;
                font-size: 12px;
                line-height: 1.6;
                background-color: #fff;
            }

            a {
                color: #33789c;
            }

            a:hover {
                color: #a2ad00;
            }

            .chromeless #container {
                position: relative;
                margin: 0 auto;
                text-align: left;
            }
            .chromeless #container {
                width: 360px;
            }

            .chromeless #container {
                margin-top: 50px;
            }

            .chromeless #content {
                border: 1px solid #cfdde5;
                padding: 20px;
            }

            .chromeless #content h1 {
                margin: 10px 0 20px 0;
                padding: 0;
                font-size: 24px;
                font-weight: normal;
            }
            .chromeless #content h2 {
                font-size: 16px;
                margin: 0 0 10px 0;
            }

            .info {
                font-size: 14px;
            }

            .login {
                margin: 30px auto 30px auto;
                text-align: center;
            }
            .login a {
                font-size: 18px;
                color: #fff;
                text-decoration: none;
                background-color: #226C9C;
                border-width: 2px;
                border-style: solid;
                border-color: #6AA8C6 #1B577D #1B577D #6AA8C6;
                padding: 4px 12px;
            }
            .login a:hover {
                color: #fff;
            }

            </style>

</head>

<body class="chromeless">
    <div id="container">
        <div id="content">
        
            <h1>Movable Type</h1>

            <p class="info">Welcome to Movable Type, the premier blog publishing platform.</p>

            <p class="login"><a rel="nofollow" href="mt.cgi">Log in to Movable Type</a></p>

            <h2>Installing?</h2>

            <p>If you are just starting with Movable Type, you may want to review the installation/upgrade guide posted on the <a href="http://www.movabletype.org/documentation/">Movable Type documentation site</a> and view the <a rel="nofollow" href="mt-check.cgi">Movable Type System Check</a> to make sure that your system has what it needs.</p>
        </div>
    </div>
</body>

</html>