www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

index.html (1589B)


      1 <!DOCTYPE html>
      2 <html>
      3 	<head>
      4 		<title>banna - ramblings</title>
      5 		<meta name="viewport" content="width=device-width, initial-scale=1">
      6 		<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      7 		<link rel="stylesheet" href="/styles/style.css" />
      8 		<link rel="stylesheet" href="/styles/look.css" />
      9 		<link rel="stylesheet" href="/styles/codetheme.css" />
     10 		<script src="/scripts/highlight.js"></script>
     11 		<script>hljs.initHighlightingOnLoad();</script>
     12 	</head>
     13 
     14 	<body>
     15 		<div id="sidebar">
     16 			<div id="logo">
     17 				<a href="/">
     18 					<img src="/banna.png" alt="banna.tech" height="45" width="201" />
     19 				</a>
     20 			</div>
     21 			<div id="nav">
     22 				<a class="current" href="/post">blog</a>
     23 				<a class="" href="/things">things</a>
     24 				<a class="" href="/about">about</a>
     25 			</div>
     26 		</div>
     27 
     28 		<div id="wrapper">
     29 			<div id="content">
     30 <div class="post">
     31     <a href="/post/hi" class="link"><h1 class="header">hi</h1></a>
     32     <span class="date">Posted on November, 20 2013</span>
     33     <div class="content">
     34 <p><img alt="" src="//i.banna.tech/00blog.jpg" />Blogs. They're interesting things, you write on them, and people view them- I hope?</p>
     35 
     36 <p>It's my first post, and I just got done making the editor interface for my website...</p>
     37 
     38 <p>It's exciting seeing something you thought up come to life after about two weeks of work. The satisfaction of having everything complete- or at least in working order -is a very relieving one.</p>
     39 
     40 <p>Thanks for reading my first post, have a nice day, whomever it may concern.</p>
     41     </div>
     42 </div>
     43 
     44 
     45 			</div>
     46 		</div>
     47 	</body>
     48 </html>