diff options
Diffstat (limited to 'pdf-as-web/src/main/resources/template_provide.html')
-rw-r--r-- | pdf-as-web/src/main/resources/template_provide.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pdf-as-web/src/main/resources/template_provide.html b/pdf-as-web/src/main/resources/template_provide.html new file mode 100644 index 00000000..d0bb41ac --- /dev/null +++ b/pdf-as-web/src/main/resources/template_provide.html @@ -0,0 +1,9 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<html lang="de"> +<head> +<title>Provide PDF</title> +</head> +<body> +PDF ready @: <a href="##PDFDATAURL##">here</a> +</body> +</html> |