diff options
author | Reinier Zwitserloot <reinier@tipit.to> | 2009-12-21 14:18:02 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@tipit.to> | 2009-12-21 14:18:02 +0100 |
commit | b829c0f8f1f1bf781fe3e9c093721f20c1cb2881 (patch) | |
tree | 6d62683af0b8f388a9315ca04f1aab865de6d49d /website/changelog.html | |
parent | a12675e120cf6c1924f46a48089d65ebe703b0d7 (diff) | |
download | lombok-b829c0f8f1f1bf781fe3e9c093721f20c1cb2881.tar.gz lombok-b829c0f8f1f1bf781fe3e9c093721f20c1cb2881.tar.bz2 lombok-b829c0f8f1f1bf781fe3e9c093721f20c1cb2881.zip |
Fixed the changelog.html generation to be a full HTML file and not an HTML snippet.
Diffstat (limited to 'website/changelog.html')
-rw-r--r-- | website/changelog.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/website/changelog.html b/website/changelog.html new file mode 100644 index 00000000..df09e661 --- /dev/null +++ b/website/changelog.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<html><head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + <link rel="stylesheet" type="text/css" href="logi/reset.css" /> + <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> + <meta name="description" content="Spice up your java" /> + <title>Project Lombok - Changelog</title> + <style type="text/css"> + body { + margin: 8px; + } + </style> +</head><body> + @CHANGELOG@ +</body></html> |