mirror of
https://github.com/actix/actix-website
synced 2025-06-29 16:24:58 +02:00
change color
This commit is contained in:
56
_site/blog/Blog-example/index.html
Normal file
56
_site/blog/Blog-example/index.html
Normal file
@ -0,0 +1,56 @@
|
||||
<!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>Blog::Blog Example</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="docs">
|
||||
<div class="inner">
|
||||
<aside>
|
||||
<p>2018</p>
|
||||
<ul>
|
||||
<li><a href="/blog/2018/Blog-example.html">Blog Example</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<hr id="hr">
|
||||
<main>
|
||||
<h2>Basics Example</h2>
|
||||
<p>The words is comming.</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>
|
Reference in New Issue
Block a user