Statistiques
| Branche: | Révision :

root / src / home.php @ master

Historique | Voir | Annoter | Télécharger (641 octet)

1
<?php
2
session_start ();
3
require("headers.php");
4
?>
5

    
6
<p>Welcome to <b>mylabstocks</b>. This web application allows you to manage, sort and filter the stocks of your lab. It is composed of several sections related to different parts of your stocks.
7

    
8
<pre>
9
  `-:-.   ,-;"`-:-.   ,-;"`-:-.   ,-;"`-:-.   ,-;"
10
     `=`,'=/     `=`,'=/     `=`,'=/     `=`,'=/
11
       y==/        y==/        y==/        y==/
12
     ,=,-<=`.    ,=,-<=`.    ,=,-<=`.    ,=,-<=`.
13
  ,-'-'   `-=_,-'-'   `-=_,-'-'   `-=_,-'-'   `-=_
14
</pre>
15

    
16
<?php
17
if (file_exists("useful_links.html")) {
18
  require("useful_links.html");
19
}
20

    
21

    
22
// session_start ();
23
require("footers.php");
24
?>