-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
27 lines (27 loc) · 949 Bytes
/
index.html
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
<html>
<head>
<title>luapower - Lua, JIT, batteries</title>
<meta http-equiv='cache-control' content='no-cache'>
<meta http-equiv='expires' content='0'>
<meta http-equiv='pragma' content='no-cache'>
<style>
p { max-width: 500px; font-family: sans-serif; font-size: 16px; line-height: 1.5em; }
</style>
</head>
<body>
<center>
<img src=luapower.png width=500>
<p>
Luapower is no longer maintained and this domain will be closed in 2025.
Everything is still <a href="https://github.com/luapower">on github</a> as always
and you can <a href="https://github.com/luapower/website/blob/master/luapower-www/md/github.md">start here</a>,
the only thing missing will be the nicely rendered docs on this website.
</p>
<p>
If you're looking for a one-stop LuaJIT solution for all your web dev needs,
check out the <a href="https://github.com/allegory-software/allegory-sdk/tree/dev">Allegory SDK</a>
which is actively developed.
</p>
</center>
</body>
</html>