-
Notifications
You must be signed in to change notification settings - Fork 0
/
blank.php
102 lines (84 loc) · 2.82 KB
/
blank.php
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!DOCTYPE html>
<html class="no-js">
<head>
<!-- meta -->
<meta charset="utf-8">
<meta name="description" content="Flat, Clean, Responsive, admin template built with bootstrap 3">
<meta name="viewport" content="width=device-width, user-scalable=1, initial-scale=1, maximum-scale=1">
<title>MoverAdmin | Simple Crew Management</title>
<!-- bootstrap -->
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
<!-- /bootstrap -->
<!-- core styles -->
<link rel="stylesheet" href="css/skins/palette.css" id="skin">
<link rel="stylesheet" href="css/fonts/style.1.css" id="font">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/animate.min.css">
<link rel="stylesheet" href="vendor/offline/theme.css">
<!-- /core styles -->
<!-- page level styles -->
<!-- /page level styles -->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- load modernizer -->
<script src="vendor/modernizr.js"></script>
</head>
<!-- body -->
<style type="text/css">
.searchResults{
position: absolute;
background-color: white;
z-index: 1;
display: none;
top: 50px;
}
.searchResult{
cursor: pointer;
border-top: solid 1px rgb(180, 180, 180);
line-height: 70px;
}
.searchResult:hover{
background-color: #EEEEEE;
}
.searchResult>div>img{
width: 50px;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
}
.searchResult>.title{
font-size: 20px;
}
</style>
<body>
<?php include '/includes/header.php';?>
<!-- main content -->
<section class="main-content">
<!-- content wrapper -->
<div class="content-wrap">
</div>
<!-- /content wrapper -->
</section>
<!-- /main content -->
</section>
</div>
<!-- core scripts -->
<script src="vendor/jquery-1.11.1.min.js"></script>
<script src="bootstrap/js/bootstrap.js"></script>
<!-- /core scripts -->
<!-- page level scripts -->
<!-- /page level scripts -->
<!-- theme scripts -->
<script src="js/global.js"></script>
<script src="js/off-canvas.js"></script>
<script src="vendor/jquery.placeholder.js"></script>
<script src="vendor/offline/offline.min.js"></script>
<script src="vendor/pace/pace.min.js"></script>
<script src="js/main.js"></script>
<!-- /theme scripts -->
</body>
<!-- /body -->
</html>