diff options
Diffstat (limited to 'fg21sim/webui/templates/index.html')
-rw-r--r-- | fg21sim/webui/templates/index.html | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/fg21sim/webui/templates/index.html b/fg21sim/webui/templates/index.html index b23c1b8..150a060 100644 --- a/fg21sim/webui/templates/index.html +++ b/fg21sim/webui/templates/index.html @@ -7,16 +7,8 @@ {% extends "base.html" %} -{% block title %}fg21sim Web UI{% end %} - -{% block extra_head %} - <meta name="author" content="Weitian LI" /> - <meta name="description" content="fg21sim: Realistic Foregrounds Simulation for EoR 21cm Signal Detection" /> - <link rel="icon" type="image/png" href="{{ static_url('images/favicon.png') }}" /> -{% end %} - {% block header %} - {% include "header.html" %} + {% include "header-index.html" %} {% end %} {% block main %} @@ -25,10 +17,6 @@ {% include "results.html" %} {% end %} -{% block footer %} - {% include "footer.html" %} -{% end %} - {% block extra_script %} <script src="{{ static_url('js/configs.js') }}"></script> <script src="{{ static_url('js/console.js') }}"></script> |