-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmy-first.html
More file actions
49 lines (42 loc) · 1.82 KB
/
Copy pathmy-first.html
File metadata and controls
49 lines (42 loc) · 1.82 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html lang="en">
<head>
<title>Monkeys with Buttons</title>
<meta charset="utf-8" />
<link href="https://monkeyswithbuttons.com/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Monkeys with Buttons Full Atom Feed" />
<link href="https://monkeyswithbuttons.com/feeds/general.atom.xml" type="application/atom+xml" rel="alternate" title="Monkeys with Buttons Categories Atom Feed" />
<meta name="tags" content="post" />
<meta name="tags" content="awesome" />
</head>
<body id="index" class="home">
<header id="banner" class="body">
<h1><a href="https://monkeyswithbuttons.com/">Monkeys with Buttons <strong></strong></a></h1>
</header><!-- /#banner -->
<nav id="menu"><ul>
</ul></nav><!-- /#menu -->
<section id="content" class="body">
<header>
<h2 class="entry-title">
<a href="https://monkeyswithbuttons.com/my-first.html" rel="bookmark"
title="Permalink to First Post">First Post</a></h2>
</header>
<footer class="post-info">
<abbr class="published" title="2016-03-29T00:00:00+02:00">
Tue 29 March 2016
</abbr>
<address class="vcard author">
By <a class="url fn" href="https://monkeyswithbuttons.com/author/greg-trahair.html">Greg Trahair</a>
</address>
</footer><!-- /.post-info -->
<div class="entry-content">
<p>This is my first post</p>
</div><!-- /.entry-content -->
</section>
<footer id="contentinfo" class="body">
<address id="about" class="vcard body">
Proudly powered by <a href="http://getpelican.com/">Pelican</a>,
which takes great advantage of <a href="http://python.org">Python</a>.
</address><!-- /#about -->
</footer><!-- /#contentinfo -->
</body>
</html>