mirror of
https://github.com/actix/actix-website
synced 2025-01-22 16:15:56 +01:00
48 lines
1.4 KiB
HTML
48 lines
1.4 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>Community</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 >
|
|
<div >
|
|
<h2>Examples</h2>
|
|
<p>The words is comming.</p>
|
|
</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>
|