404 +
+ +diff --git a/index.py b/index.py index 7547665..07da5f8 100644 --- a/index.py +++ b/index.py @@ -40,6 +40,7 @@ def _index (): _index_page = "index.html" except Exception as e: _index_page = "404.html" + _args['uri'] = request.base_url pass print (_config ); return render_template(_index_page,**_args) diff --git a/static/img/logo.png b/static/img/logo.png index 06b19c8..eb64b3a 100644 Binary files a/static/img/logo.png and b/static/img/logo.png differ diff --git a/static/img/logo.svg b/static/img/logo.svg new file mode 100644 index 0000000..06b19c8 --- /dev/null +++ b/static/img/logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/templates/404.html b/templates/404.html index e9e8dfe..0856321 100644 --- a/templates/404.html +++ b/templates/404.html @@ -36,9 +36,36 @@ Vanderbilt University Medical Center - + +
-404 +
+ +