aboutsummaryrefslogblamecommitdiffstats
path: root/views/index.ejs
blob: fdd49cc05d22336c438e3afe6238051bbdc00632 (plain) (tree)
1
2
3
4
5
6
7
8
9





                                                       
                                                                                                              
                                                                                  
                                                                                            

         
                               
                         
                        


         
                                        

                           



         

                                                      

                                                    
          

         
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width">
    <title>Blog</title>
    <link rel="stylesheet" href="/master.css" type="text/css" media="screen" title="no title" charset="utf-8">
    <link rel="alternate" type="application/rss+xml" title="RSS" href="/rss/feed">
    <!-- <link rel="alternate" type="application/atom+xml" title="RSS" href="/feed/rss"> -->
  </head>
  <body>
    <!-- <script>0</script> -->
    <div class="article">
    <%- data.blogHttp %>
    <br/>
    <hr/>
    <br/>
    <a class="left-footer">Keywords:</a>
    <%- data.keywords %>
    <%- data.lastUpdated %>
    <br/>
    <br/>
    <hr/>
    <br/>
    <a href="/archive" class="left-footer">Archive</a>
    <a href="/about" class="right-footer">About</a>
    <a class="right-footer">&nbsp&nbsp&nbsp</a>
    <a href="/rss/feed" class="right-footer">RSS</a>
    </div>
  </body>
</html>