Browse Source

Menu

master
parent
commit
fe322772a9
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      index.php

+ 5
- 0
index.php View File

@@ -10,6 +10,11 @@ require_once('include/check_session.php');
<!--Šeit norādīts ceļš uz w3 school CSS var dzēst vai labot pēc savas vajadzības-->
<link rel="stylesheet" href="css/w3.css">
</head>
<div class="w3-bar w3-green">
<a href="/index.php" class="w3-bar-item w3-button">Sākums</a>
<a href="/admin.php" class="w3-bar-item w3-button">Administrācija</a>
<a href="/logout.php" class="w3-bar-item w3-button">Iziet</a>
</div>
<div class="w3-container w3-padding-16">
<h2>Esat sveicināts <?php echo ' '.$_SESSION['mails'];?></h2>
<h3>Jūsu rezervācijas</h3>


Loading…
Cancel
Save

Powered by TurnKey Linux.