From 3ebcd66cd17741ec7dc7793f9f0121e2ee025fdf Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Tue, 24 Nov 2020 12:10:40 +0100 Subject: Fixing templating (without ejs) --- utils/rot13/index.template.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 utils/rot13/index.template.html (limited to 'utils/rot13/index.template.html') diff --git a/utils/rot13/index.template.html b/utils/rot13/index.template.html new file mode 100644 index 0000000..64fffdf --- /dev/null +++ b/utils/rot13/index.template.html @@ -0,0 +1,12 @@ +

rot13

+ +

Implementation of the rot13 encryption

+ +
Shift size:
+ + +

Input

+ + +

Output

+ -- cgit