aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html42
-rw-r--r--luarocks.pngbin0 -> 28445 bytes
2 files changed, 41 insertions, 1 deletions
diff --git a/index.html b/index.html
index 7eb88276..4e16d0df 100644
--- a/index.html
+++ b/index.html
@@ -1,5 +1,45 @@
1<html> 1<html>
2<head>
3<style>
4body {
5 background-color: white;
6 font-family: "DejaVu Sans", "Bitstream Vera Sans", "Verdana", sans;
7}
8h2 {
9 margin: 0px;
10 font-weight: normal;
11 color: #111;
12 margin-top: 25px;
13 margin-bottom: 25px;
14 border-style: solid;
15 border-color: #2c4067;
16 border-width: 0px 0px 1px 0px;
17}
18a {
19 color: #2c4067;
20 text-decoration: none;
21}
22a:visited {
23 color: #2c4067;
24}
25</style>
26</head>
2<body> 27<body>
3<a href="releases/">releases/</a> 28
29<p align="center"><a href="http://luarocks.org"><img border="0" src="luarocks.png" alt="LuaRocks"></a></p>
30
31<h2>At this page</h2>
32
33<ul>
34<li><a href="releases/"><b>File releases</b></a> - .tar.gz for Unix and .zip for Windows</li>
35</ul>
36
37<h2>Other places</h2>
38
39<ul>
40<li><a href="http://luarocks.org"><b>luarocks.org</b></a> - Main website</li>
41<li><a href="http://github.com/keplerproject/luarocks">GitHub repository</a></li>
42</ul>
43
4</body> 44</body>
5</html> 45</html>
diff --git a/luarocks.png b/luarocks.png
new file mode 100644
index 00000000..7048237c
--- /dev/null
+++ b/luarocks.png
Binary files differ