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.html | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 utils/rot13/index.html (limited to 'utils/rot13/index.html') diff --git a/utils/rot13/index.html b/utils/rot13/index.html deleted file mode 100644 index 525e14f..0000000 --- a/utils/rot13/index.html +++ /dev/null @@ -1,35 +0,0 @@ - - - - - cacharle - rot13 - - - - - - -
-

rot13

- -

Implementation of the rot13 encryption

- -
Shift size:
- - -

Input

- - -

Output

- - -
- - -- cgit