index : static-web-server.git

ascending towards madness

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <title>Static Web Server</title>
    <link rel="stylesheet" href="/assets/main.css">
    <link rel="shortcut icon" href="/assets/favicon.ico">
</head>
<body>
    <h1>Static Web Server</h1>
    <p>A cross-platform, high-performance and asynchronous web server for static files-serving. ⚡</p>
    <p><a href="https://github.com/static-web-server/static-web-server/" target="_blank">View on GitHub</a></p>
    <script src="/assets/main.js"></script>
</body>
</html>