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