-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.php
More file actions
23 lines (16 loc) · 810 Bytes
/
header.php
File metadata and controls
23 lines (16 loc) · 810 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>OPCIFORME - S'orienter, se construire, s'accomplir.</title>
<link rel="icon" type="image/png" href="assets/images/favicon.png" />
<!-- CSS -->
<link href="assets/bootstrap/css/bootstrap.min.css" rel="stylesheet" media="screen">
<link href="assets/css/font-awesome.min.css" rel="stylesheet" media="screen">
<link href="assets/css/simple-line-icons.css" rel="stylesheet" media="screen">
<link href="assets/css/animate.css" rel="stylesheet">
<!-- Custom styles CSS -->
<link href="assets/css/style.css" rel="stylesheet" media="screen">
<script src="assets/js/modernizr.custom.js"></script>
</head>