From cefbeb628325ba6bc1f5fd619988965c7ecd75e5 Mon Sep 17 00:00:00 2001 From: Aaron Gutierrez Date: Fri, 8 Mar 2019 20:14:20 -0800 Subject: [PATCH] theme the theme --- cgi-bin/template.html | 22 ++++++++++++++++++++-- index.html | 2 +- template.html | 1 + 3 files changed, 22 insertions(+), 3 deletions(-) create mode 120000 template.html diff --git a/cgi-bin/template.html b/cgi-bin/template.html index 7f19078..b137b93 100644 --- a/cgi-bin/template.html +++ b/cgi-bin/template.html @@ -2,7 +2,7 @@ - + {title} - TextProxy @@ -26,7 +26,25 @@ diff --git a/index.html b/index.html index 668417f..dad671b 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - + Text Proxy diff --git a/template.html b/template.html new file mode 120000 index 0000000..1c44dac --- /dev/null +++ b/template.html @@ -0,0 +1 @@ +cgi-bin/template.html \ No newline at end of file