GITLAB
grouille
/
IMA3_P10
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
58238402ffa4f272cdc7638823c08fe6fbf51b5f
Authored by
Guillaume
2020-03-20 13:43:17 +0100
1 parent
399273b9
Test Graphe
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
site/header.php
Inline
Side-by-side
site/header.php
Wrap text
Show/Hide comments
View file @
5823840
1
1
<!-- header -->
2
2
<header class="container-fluid header">
3
- <div class="container
">
3
+ <div class="container
navbar-fixed-top
">
4
4
<a href ="accueil.php" class="logo"><i class="fa fa-home"></i> Accueil</a>
5
5
<div class="menu">
6
6
<?php
...
...