aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html57
1 files changed, 18 insertions, 39 deletions
diff --git a/index.html b/index.html
index 4d3781aa..499babc5 100644
--- a/index.html
+++ b/index.html
@@ -1,46 +1,25 @@
1<!doctype html> 1<!doctype html>
2<html> 2<html>
3<head> 3<head>
4<style> 4<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700" type="text/css"/>
5body { 5<link rel="stylesheet" href="style.css" type="text/css"/>
6 background-color: white;
7 font-family: "DejaVu Sans", "Bitstream Vera Sans", "Verdana", sans;
8}
9h2 {
10 margin: 0px;
11 font-weight: normal;
12 color: #111;
13 margin-top: 25px;
14 margin-bottom: 25px;
15 border-style: solid;
16 border-color: #2c4067;
17 border-width: 0px 0px 1px 0px;
18}
19a {
20 color: #2c4067;
21 text-decoration: none;
22}
23a:visited {
24 color: #2c4067;
25}
26</style>
27</head> 6</head>
28<body> 7<body>
29 8 <div class="content">
30<p align="center"><a href="https://luarocks.org"><img border="0" src="luarocks.png" alt="LuaRocks"></a></p> 9 <div class="header"><div class="header_inner"><div class="user_panel"><a href="https://github.com/keplerproject/luarocks/wiki/Download">Install</a> &middot; <a href="https://github.com/keplerproject/luarocks/wiki/Documentation">Docs</a> &middot; <a href="https://luarocks.org/login">Log In</a> &middot; <a href="https://luarocks.org/register">Register</a></div><a href="https://luarocks.org/"><img alt="LuaRocks" class="text_logo" src="https://luarocks.org/static/header_luarocks_name.svg"/></a><form method="GET" action="https://luarocks.org/search" class="header_search"><input type="text" placeholder="Search modules or uploaders..." name="q"/></form></div></div>
31 10 <div class="index_page">
32<h2>At this page</h2> 11 <div class="main_column">
33 12 <h2>At this page</h2>
34<ul> 13 <ul>
35<li><a href="releases/"><b>File releases</b></a> - .tar.gz for Unix and .zip for Windows</li> 14 <li><a href="releases/"><b>File releases</b></a> - .tar.gz for Unix and .zip for Windows</li>
36</ul> 15 </ul>
37 16 <h2>Other places</h2>
38<h2>Other places</h2> 17 <ul>
39 18 <li><a href="https://luarocks.org"><b>luarocks.org</b></a> - Main website</li>
40<ul> 19 <li><a href="https://github.com/keplerproject/luarocks"><b>github.com/keplerproject/luarocks</b></a> - GitHub repository</li>
41<li><a href="https://luarocks.org"><b>luarocks.org</b></a> - Main website</li> 20 </ul>
42<li><a href="https://github.com/keplerproject/luarocks"><b>github.com/keplerproject/luarocks</b></a> - GitHub repository</li> 21 </div>
43</ul> 22 </div>
44 23 </div>
45</body> 24</body>
46</html> 25</html>