-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmeta.php
More file actions
32 lines (30 loc) · 1.69 KB
/
Copy pathmeta.php
File metadata and controls
32 lines (30 loc) · 1.69 KB
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
27
28
29
30
31
32
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>gGallery - Stocker en toute securité vos fichiers</title>
<meta name="description" content="gGallery un espace de stockage en toute securité de vos fichiers avec multiple fonctionnalité">
<meta name="author" content="Kabirou ALASSANE" />
<meta name="keywords" content="gallery,webapp,kabirou, kabirou alassane">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<meta name="robots" content="index">
<meta name="robots" content="follow">
<link rel="stylesheet" href="/vendors/bootstrap/bootstrap.min.css">
<link rel="stylesheet" href="/vendors/gallery.css">
<link rel="stylesheet" href="/css/master.css">
<link rel="stylesheet" href="/vendors/mdi/css/materialdesignicons.min.css">
<link rel="stylesheet" href="/css/layout.css">
<link rel="stylesheet" href="/vendors/animate.css">
<link rel="stylesheet" href="/vendors/dropzone.min.css">
<script src="/vendors/jquery/jquery.js" charset="utf-8"></script>
<script src="/vendors/bootstrap/bootstrap.min.js" charset="utf-8"></script>
<script src="/vendors/dropzone.min.js" charset="utf-8"></script>
<script src="/js/app.js" charset="utf-8" async></script>
<script src="/js/app.utils.js" charset="utf-8" async></script>
</head>
<body>