-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhead.php
More file actions
17 lines (17 loc) · 912 Bytes
/
head.php
File metadata and controls
17 lines (17 loc) · 912 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<head>
<meta charset="UTF-8" />
<!-- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> -->
<title>Petits comptes entre amis</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Petits comptes entre amis" />
<meta name="keywords" content="voyage, amis, comptes" />
<meta name="author" content="Raed" />
<link rel="shortcut icon" href="icons/favicon.ico">
<link rel="stylesheet" href="css/bootstrap.min.css" integrity="sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M" crossorigin="anonymous">
<link href="css/jquery-ui.css" rel="stylesheet">
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/jquery-ui.js"></script>
<link href="css/starter-template.css" rel="stylesheet">
<link href="css/jquery.toastmessage.css" rel="stylesheet">
<script src="js/jquery.toastmessage.js"></script>
</head>