48 lines
727 B
HTML
48 lines
727 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>This is the title - Qasim</title>
|
|
|
|
<link rel="stylesheet" href="/qasim//bootstrap.min.css">
|
|
<link rel="stylesheet" href="/qasim//css.css">
|
|
</head>
|
|
<body>
|
|
|
|
|
|
|
|
|
|
|
|
<header>
|
|
<h1><a href="/qasim/">Qasim</a></h1>
|
|
</header>
|
|
|
|
<div class="container">
|
|
|
|
|
|
|
|
<div class="span11 content">
|
|
<div class="page-header">
|
|
<h3 class="title">This is the title</h3>
|
|
</div>
|
|
<div class="post_content">
|
|
|
|
<p>This is the first post woohoo</p>
|
|
|
|
</div>
|
|
</div><!--content-->
|
|
|
|
<div class="span5 sidebar">
|
|
<h4>Published on 03 August 2011</h4>
|
|
|
|
<h6>first-category</h6>
|
|
|
|
<h6>second</h6>
|
|
|
|
</div>
|
|
|
|
</div><!--container-->
|
|
|
|
</body>
|
|
</html>
|
|
|