Skip to content

Commit c2b026b

Browse files
committed
Automatically redirect to Google Code page
1 parent 3983538 commit c2b026b

1 file changed

Lines changed: 1 addition & 56 deletions

File tree

index.html

Lines changed: 1 addition & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -3,64 +3,9 @@
33

44
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
55
<head>
6-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
7-
8-
<title>b4winckler/macvim @ GitHub</title>
9-
10-
<style type="text/css">
11-
body {
12-
margin-top: 1.0em;
13-
background-color: #ffffff;
14-
font-family: "Helvetica,Arial,FreeSans";
15-
color: #000000;
16-
}
17-
#container {
18-
margin: 0 auto;
19-
width: 700px;
20-
}
21-
h1 { font-size: 3.8em; color: #000000; margin-bottom: 3px; }
22-
h1 .small { font-size: 0.4em; }
23-
h1 a { text-decoration: none }
24-
h2 { font-size: 1.5em; color: #000000; }
25-
h3 { text-align: center; color: #000000; }
26-
a { color: #000000; }
27-
.description { font-size: 1.2em; margin-bottom: 30px; margin-top: 30px; font-style: italic;}
28-
.download { float: right; }
29-
pre { background: #000; color: #fff; padding: 15px;}
30-
hr { border: 0; width: 80%; border-bottom: 1px solid #aaa}
31-
.footer { text-align:center; padding-top:30px; font-style: italic; }
32-
</style>
33-
6+
<meta http-equiv="refresh" content="0; url=http://code.google.com/p/macvim"/>
347
</head>
358

369
<body>
37-
<a href="http://github.com/b4winckler/macvim"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
38-
39-
<div id="container">
40-
41-
<div class="download">
42-
<a href="http://github.com/b4winckler/macvim/zipball/master">
43-
<img border="0" width="90" src="http://github.com/images/modules/download/zip.png"></a>
44-
<a href="http://github.com/b4winckler/macvim/tarball/master">
45-
<img border="0" width="90" src="http://github.com/images/modules/download/tar.png"></a>
46-
</div>
47-
48-
<h1><a href="http://github.com/b4winckler/macvim">MacVim</a></h1>
49-
50-
<div class="description">
51-
Vim for Mac OS X
52-
</div>
53-
54-
<p>This is an experimental GitHub page for the MacVim project. The
55-
official MacVim project page is still hosted over at
56-
<a href="http://code.google.com/p/macvim">Google Code</a>.</p>
57-
58-
<div class="footer">
59-
get the source code on GitHub : <a href="http://github.com/b4winckler/macvim">b4winckler/macvim</a>
60-
</div>
61-
62-
</div>
63-
64-
6510
</body>
6611
</html>

0 commit comments

Comments
 (0)