-
Notifications
You must be signed in to change notification settings - Fork 6
/
header_500.php
27 lines (20 loc) · 975 Bytes
/
header_500.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
<?php include_once 'config/config.php'; ?>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
<title>500 | Bootstrap Based Admin Template - Material Design</title>
<!-- Favicon-->
<link rel="icon" href="favicon.ico" type="image/x-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto:400,700&subset=latin,cyrillic-ext" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" type="text/css">
<!-- Bootstrap Core Css -->
<link href="<?=ADMIN_URL?>assets/css/bootstrap.css" rel="stylesheet">
<!-- Waves Effect Css -->
<link href="<?=ADMIN_URL?>assets/css/waves.css" rel="stylesheet" />
<!-- Custom Css -->
<link href="<?=ADMIN_URL?>assets/css/style.css" rel="stylesheet">
</head>
<body class="five-zero-zero">