dashboard: make title more explicit and avoid leaving the page

This commit is contained in:
nemunaire 2020-05-16 03:54:18 +02:00
parent 90151ce498
commit 2d6d09852b
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<html ng-app="FICApp">
<head>
<meta charset="utf-8">
<title>Challenge Forensic</title>
<title>Tableau de bord du challenge forensic</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
@ -47,7 +47,7 @@
<p class="lead text-justify">
Une fois connecté au réseau, contactez notre serveur sur&nbsp;:
<span style="display: block; font-size: 200%; text-indent: 0;" class="text-center">
<a style="font-family: mono" href="{{s.params.url}}" class="text-info" ng-bind="s.params.url"></span></a>
<a style="font-family: mono" href="{{s.params.url}}" target="_blank" class="text-info" ng-bind="s.params.url"></span></a>
</span>
</p>
</div>