mirror of
https://gitlab.com/eql/EQL5.git
synced 2025-12-06 02:30:31 -08:00
21 lines
691 B
HTML
21 lines
691 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Index</title>
|
|
<meta charset="utf-8">
|
|
<link rel="stylesheet" href="style.css" type="text/css">
|
|
</head>
|
|
<body style="margin: 20px;">
|
|
<img src="EQL.png" alt="EQL logo">
|
|
<ul>
|
|
<li><a href="auto-doc.htm">Function List</a>
|
|
<li><a href="Slime.htm">Slime</a>
|
|
<li><a href="Debugging.htm">Debugging</a>
|
|
<li><a href="QtDesigner.htm">Qt Designer</a>
|
|
<li><a href="QtLinguist.htm">Qt Linguist</a>
|
|
<li><a href="Deploy.htm">Deploy</a>
|
|
<li><a href="Notes.htm">Notes</a>
|
|
</ul>
|
|
<p><a href="http://groups.google.com/d/forum/eql-user">Mailing List (Google Groups)</a></p>
|
|
</body>
|
|
</html>
|