From db675a214185996b3334acf81ac5ea7e3e9ff43b Mon Sep 17 00:00:00 2001 From: Ian C Date: Mon, 25 Jun 2018 12:56:47 +0000 Subject: Added test page to try out AES encrpytion library. --- www/css/main.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 www/css/main.css (limited to 'www/css/main.css') diff --git a/www/css/main.css b/www/css/main.css new file mode 100644 index 0000000..abc572b --- /dev/null +++ b/www/css/main.css @@ -0,0 +1,14 @@ +body +{ + font-family: sans-serif; + font-size: large; +} + +span.smalltext +{ + font-size: small; +} + + +/* vim: sw=4 ts=4 +*/ -- cgit v1.2.3