aboutsummaryrefslogtreecommitdiff
path: root/src/frontend_blog/articles/essay-x.html
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-01-21 11:40:51 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-01-21 11:40:51 +0100
commit96622672cd6e3eb71c21b993215d645c1f58aa6e (patch)
tree657fd63b475bae20921641c0142bbbe7fe9d2c23 /src/frontend_blog/articles/essay-x.html
parent6d59885dfd02b1fff292bdd9075ce38461f128b9 (diff)
parent1e936a747b2c3380332f0b3dda410261fb97a2b0 (diff)
downloadmerchant-96622672cd6e3eb71c21b993215d645c1f58aa6e.tar.gz
merchant-96622672cd6e3eb71c21b993215d645c1f58aa6e.tar.bz2
merchant-96622672cd6e3eb71c21b993215d645c1f58aa6e.zip
Merge branch 'master' of ssh://taler.net/var/git/merchant
Diffstat (limited to 'src/frontend_blog/articles/essay-x.html')
-rw-r--r--src/frontend_blog/articles/essay-x.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/frontend_blog/articles/essay-x.html b/src/frontend_blog/articles/essay-x.html
new file mode 100644
index 00000000..48db9115
--- /dev/null
+++ b/src/frontend_blog/articles/essay-x.html
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <title>Blog site demonstration</title>
+ <link rel="stylesheet" type="text/css" href="style.css">
+</head>
+<body>
+ <div id="teaser">
+ <p>
+ The x essay is
+ </p>
+ </div>
+ <div id="full-article">
+ <p>
+ about something
+ </p>
+ </div>
+</body>
+</html>