+ added blog main page

This commit is contained in:
arcan1s 2014-01-12 04:49:53 +04:00
parent 999a729ada
commit 1685e7590c

34
blog/main.html Normal file
View File

@ -0,0 +1,34 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Blog</title>
<link rel="stylesheet" href="../stylesheets/styles.css">
<link rel="stylesheet" href="../stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>My blog</h1>
</header>
<section>
<h1><a name="title" class="anchor" href="#title"><span class="octicon octicon-link"></span></a>title</h1>
<p align="justify">Когда-нибудь здесь будет что-нибудь. Может быть даже интересеное.</p>
</section>
<footer>
<p class="view"><a href="/index.html">Back to Homepage</a>
<p><small>Hosted on GitHub Pages &mdash; Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="/javascripts/scale.fix.js"></script>
</body>
</html>