diff options
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"> |