Statistiques
| Branche: | Révision :

root / src / home.php @ master

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

1 1a2be799 Florent Chuffart
<?php
2 1a2be799 Florent Chuffart
session_start ();
3 1a2be799 Florent Chuffart
require("headers.php");
4 1a2be799 Florent Chuffart
?>
5 d072e29c Florent Chuffart
6 0ce29891 Florent Chuffart
<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 1a2be799 Florent Chuffart
8 1a2be799 Florent Chuffart
<pre>
9 d072e29c Florent Chuffart
  `-:-.   ,-;"`-:-.   ,-;"`-:-.   ,-;"`-:-.   ,-;"
10 d072e29c Florent Chuffart
     `=`,'=/     `=`,'=/     `=`,'=/     `=`,'=/
11 d072e29c Florent Chuffart
       y==/        y==/        y==/        y==/
12 d072e29c Florent Chuffart
     ,=,-<=`.    ,=,-<=`.    ,=,-<=`.    ,=,-<=`.
13 d072e29c Florent Chuffart
  ,-'-'   `-=_,-'-'   `-=_,-'-'   `-=_,-'-'   `-=_
14 1a2be799 Florent Chuffart
</pre>
15 1a2be799 Florent Chuffart
16 0ce29891 Florent Chuffart
<?php
17 0ce29891 Florent Chuffart
if (file_exists("useful_links.html")) {
18 0ce29891 Florent Chuffart
  require("useful_links.html");
19 0ce29891 Florent Chuffart
}
20 47b3bfd6 Florent Chuffart
21 47b3bfd6 Florent Chuffart
22 0ce29891 Florent Chuffart
// session_start ();
23 0ce29891 Florent Chuffart
require("footers.php");
24 0ce29891 Florent Chuffart
?>