diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2020-01-24 14:44:20 +0100 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2020-01-24 14:44:20 +0100 |
commit | 26de0cc9e84a2f7de8ca575801d7d9ab5f4e5da7 (patch) | |
tree | 5e18d0cb48fc895a51330d7a2d26e89a37f03eab /src/main/resources | |
parent | 34138ba6e14c1de1d89d0789143b133ea4eb899a (diff) |
Add example Qute resource.
Change-Id: Ie5be7967d6d8536270873d01641f5ff825e31e07
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/templates/benki/wiki/wikiPage.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/main/resources/templates/benki/wiki/wikiPage.html b/src/main/resources/templates/benki/wiki/wikiPage.html new file mode 100644 index 0000000..9b3af5d --- /dev/null +++ b/src/main/resources/templates/benki/wiki/wikiPage.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset="UTF-8"> + <title>{title} — Benki Wiki</title> +</head> +<body> + <h1>{title}</h1> +</body> +</html> |