diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-03-15 16:13:14 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-03-15 16:13:14 +0200 |
commit | 81ee528d75a103d5d7d852302ed11483067f24ee (patch) | |
tree | 051e9a5e4d531ca75a4a772831d018ee8eee8487 /art-prologue.xhtml | |
parent | e8d8ccfbd637d68f6feceace9dddc5bd5c13d832 (diff) |
Add article prologue/epilogue
Diffstat (limited to 'art-prologue.xhtml')
-rw-r--r-- | art-prologue.xhtml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/art-prologue.xhtml b/art-prologue.xhtml new file mode 100644 index 0000000..099b738 --- /dev/null +++ b/art-prologue.xhtml @@ -0,0 +1,17 @@ +<!DOCTYPE html> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> + <meta charset="UTF-8"/> + <meta name="viewport" content="width=device-width, initial-scale=1"/> + <title>$title$</title> + + <style type="text/css"> +$./common.css$ +$./pre-box.css$ +$./code-box.css$ +$./doc.css$ + </style> + +</head> +<body> +<div id="content"> |