mirror of
https://github.com/actix/actix-website
synced 2025-02-02 12:19:04 +01:00
72 lines
2.3 KiB
HTML
72 lines
2.3 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1", maximum-scale=1,user-scalable=no,shrink-to-fit=no">
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<title>Docs</title>
|
|
<link rel="shortcut icon" href="/public/imgs/favicon.ico">
|
|
<link rel="stylesheet" href="/public/css/styles.css">
|
|
<script src="/public/js/nav.js" async="async"></script>
|
|
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<div id="mnav">
|
|
<div id="lnav">
|
|
<div id="line"></div>
|
|
<h1><a href="/"><img src="/public/imgs/ACTIX.png"/></a><a id="home" href="/">Actix</a></h1>
|
|
<label ><a href="#" id="menu">menu</a></label>
|
|
</div>
|
|
<div id="rnav">
|
|
<li> <a href="/tutorials.html" title="tutorials">Tutorials</a></li>
|
|
<li> <a href="/docs" title="docs">Docs</a></li>
|
|
<li> <a href="/blog" title="blog">Blog</a></li>
|
|
<li> <a href="/community.html" title="community">Community</a></li>
|
|
<li> <a href="/more.html" title="github">More</a></li>
|
|
</div>
|
|
</div>
|
|
|
|
</header>
|
|
<main>
|
|
<section class="blog">
|
|
<div class="inner">
|
|
<aside>
|
|
<p>Basics</p>
|
|
<ul>
|
|
<li><a href="/docs/Basics/Basics-example.html">Basics Example</a></li>
|
|
</ul>
|
|
<p>Reference</p>
|
|
<ul>
|
|
<li><a href="/docs/Reference/Reference-example.html">Reference Example</a></li>
|
|
</ul>
|
|
<p>Advance</p>
|
|
<ul>
|
|
<li><a href="/docs/Advance/Advance-example.html">Advance Example</a></li>
|
|
</ul>
|
|
<p>API</p>
|
|
<ul>
|
|
<li><a href="/docs/API/API-example.html">Misc Example</a></li>
|
|
</ul>
|
|
</aside>
|
|
<hr id="hr">
|
|
<main>
|
|
<h2>Documentation</h2>
|
|
<p>Welcome to the Actix-web docs!</p>
|
|
<p>If you feel like contributing further, you can fork that repo,
|
|
branch from <code>source</code>, and submit a pull request.</p>
|
|
<p>Contributions are always welcome!</p>
|
|
|
|
</main>
|
|
</div>
|
|
</section>
|
|
</main>
|
|
<footer>
|
|
<div >
|
|
<p>Made ❤️ by the <a href="https://cobalt-org.github.io/">Cobalt</a> with the <a href="https://github.com/actix/actix-website">Actix</a> theme</p>
|
|
</div>
|
|
|
|
</footer>
|
|
</body>
|
|
</html>
|