-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
executable file
·26 lines (20 loc) · 793 Bytes
/
Copy pathindex.php
File metadata and controls
executable file
·26 lines (20 loc) · 793 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="librairies/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="librairies/fontawesome/web-fonts-with-css/css/fontawesome-all.min.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="container">
<h1>FILE EXPLORE</h1>
<div id="navigation" class="row">
<span id="chemin" class="col-8"></span>
<span id="retour" class="col-4"><i class=" back fas fa-caret-square-left fa-2x "></i></span>
</div>
<div id="dossiers" class="row"></div>
<script type="text/javascript" src="librairies/jquery/jquery.min.js"></script>
<script type="text/javascript" src="js/script.js"></script>
</body>
</html>