Skip to content
Snippets Groups Projects
the-lua-runtime.html 1.88 KiB
Newer Older
Louis's avatar
Louis committed
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>The Lua Runtime - Swerve File Server</title>
    <meta name="description" content="Swerve is a small-footprint, highly concurrent file server with super powers that makes local site development an absolute breeze.">
    <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:300,300italic,700,700italic">
    <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/normalize/8.0.0/normalize.min.css" integrity="sha256-oSrCnRYXvHG31SBifqP2PM1uje7SJUyX0nTwO2RJV54=" crossorigin="anonymous" />
    <link rel="stylesheet" href="../css/milligram.min.css">
    <link rel="stylesheet" href="../css/main.css">
</head>
<body>

    <div class="container">
        <div class="row pad-10">
            <div class="column column-70 column-offset-20">
                <h1>The Lua Runtime</h1>
            </div>
        </div>
        <div class="row">
            <nav class="column column-20 sidebar">
                <span class="section-header">The Basics</span>
                <ul class="section">
                    <li><a href="installation.html">Installation</a></li>
                    <li><a href="usage.html">Usage</a></li>
                    <li><a href="configuration.html">Configuration</a></li>
                </ul>
                <span class="section-header">Advanced Topics</span>
                <ul class="section">
                    <li><a href="the-lua-runtime.html">The Lua Runtime</a></li>
                </ul>
                <span class="section-header">Useful Links</span>
                <ul class="section">
                    <li><a href="../downloads.html">Downloads</a></li>
                    <li><a href="../versions.html">Versions</a></li>
                </ul>
            </nav>
            <div class="column column-70 column-offset-10">hello</div>
        </div>
    </div>

</body>
</html>