aboutsummaryrefslogtreecommitdiffstats
path: root/views/index.ejs
blob: 606cdbb434182870840e4b846f5a5fac22824642 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!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>