Migrated from ovh_apache
This commit is contained in:
parent
28fb3e7d36
commit
10db9d752a
25
html/stats.php
Normal file
25
html/stats.php
Normal file
@ -0,0 +1,25 @@
|
||||
<?php
|
||||
$this_file = basename($_SERVER["SCRIPT_FILENAME"]);
|
||||
?>
|
||||
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<HEAD>
|
||||
<meta charset="UTF-8">
|
||||
<title>Statistiques</title>
|
||||
<link rel="SHORTCUT ICON" HREF="ressources/logo.svg">
|
||||
</HEAD>
|
||||
|
||||
<BODY>
|
||||
<CENTER>
|
||||
<?php include 'includes/titre.php'; ?>
|
||||
<i>Cette page vous donne les éléments nécessaires pour pouvoir entrer en contact avec GNOUS de manière sécurisée.</i><br><br>
|
||||
<?php include 'includes/menu.php'; ?>
|
||||
</CENTER>
|
||||
<BR><BR>
|
||||
|
||||
<iframe style="border: none;width: 100%;height: 100%; overflow-y: auto; overflow-x: hidden; display: block;" width="100%" height="100%" src="https://stat.gnous.fr/s/public/app/dashboards#/view/f01369bd-82a8-4861-ad91-06a84cbc77f7?embed=true&_g=(filters%3A!()%2CrefreshInterval%3A(pause%3A!t%2Cvalue%3A0)%2Ctime%3A(from%3Anow-1w%2Cto%3Anow))&hide-filter-bar=true" height="600" width="800"></iframe>
|
||||
<?php include 'includes/footer.php'; ?>
|
||||
</BODY>
|
||||
</HTML>
|
||||
|
Loading…
Reference in New Issue
Block a user