diff options
Diffstat (limited to 'portal-gui/templates/base.html')
-rw-r--r-- | portal-gui/templates/base.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/portal-gui/templates/base.html b/portal-gui/templates/base.html index 7645cf9f..a096cdca 100644 --- a/portal-gui/templates/base.html +++ b/portal-gui/templates/base.html @@ -8,8 +8,7 @@ </head> <body> <div id="header"> - <img src="/site_media/img/my.png"/> - <img src="/site_media/img/rpki.png"/> + <h1>RPKI Portal GUI</h1> </div> <div id="content"> {% if user.is_authenticated %} |