From 9d2c650d7cadf57ecef3d5a1d39f5f98e298ec64 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Mon, 9 Nov 2020 17:39:05 +0100 Subject: Trying to DRY the html with templates --- utils/rot13/index.ejs | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 utils/rot13/index.ejs (limited to 'utils/rot13/index.ejs') diff --git a/utils/rot13/index.ejs b/utils/rot13/index.ejs new file mode 100644 index 0000000..27b3a20 --- /dev/null +++ b/utils/rot13/index.ejs @@ -0,0 +1,14 @@ +

rot13

+ +

Implementation of the rot13 encryption

+ +
Shift size:
+ + +

Input

+ + +

Output

+ + + -- cgit