mirror of
https://github.com/actix/actix-website
synced 2025-01-22 16:15:56 +01:00
98 lines
2.8 KiB
HTML
98 lines
2.8 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>Actix-web framework</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="introduction">
|
|
<div>
|
|
<div id="top">
|
|
<h1>Actix-web framework</h1>
|
|
<p>Actix-web is a fast, down-to-earth, open source rust web framework.</p>
|
|
<div>
|
|
<button><a href="/tutorials.html" >Start</a></button>
|
|
<button><a href="/docs" >Learn</a></button>
|
|
</div>
|
|
</div>
|
|
<div id="Features">
|
|
<div id="feature" class="columns three">
|
|
<article>
|
|
<h3>Type Safe</h3>
|
|
<p>The words is comming.</p>
|
|
</article>
|
|
<article>
|
|
<h3>Stability</h3>
|
|
<p>The words is comming.</p>
|
|
</article>
|
|
<article>
|
|
<h3>Extensible</h3>
|
|
<p>The words is comming.</p>
|
|
</article>
|
|
</div>
|
|
<div id="feature" class="columns three">
|
|
<article>
|
|
<h3>Easy To Use</h3>
|
|
<p>The words is comming.</p>
|
|
</article>
|
|
<article>
|
|
<h3>Blazingly Fast</h3>
|
|
<p>The words is comming.</p>
|
|
</article>
|
|
<article>
|
|
<h3>Async Everything</h3>
|
|
<p>The words is comming.</p>
|
|
</article>
|
|
</div>
|
|
<div id="feature" class="columns three">
|
|
<article>
|
|
<h3>WebSockets</h3>
|
|
<p>The words is comming.</p>
|
|
</article>
|
|
<article>
|
|
<h3>Streaming and pipelining</h3>
|
|
<p>The words is comming.</p>
|
|
</article>
|
|
<article>
|
|
<h3>HTTP/1.x and HTTP/2.0</h3>
|
|
<p>The words is comming.</p>
|
|
</article>
|
|
</div>
|
|
</div>
|
|
</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>
|