-
Notifications
You must be signed in to change notification settings - Fork 3
/
header.php
executable file
·25 lines (18 loc) · 928 Bytes
/
header.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Create Account</title>
<!-- Font Icon -->
<link rel="stylesheet" href="<?php echo $parent ?? ''; ?>assets/fonts/material-icon/css/material-design-iconic-font.min.css">
<!-- Animate Css -->
<link rel="stylesheet" href="<?php echo $parent ?? ''; ?>assets/css/animate.min.css">
<script src="<?php echo $parent ?? ''; ?>assets/sweetalert2/dist/sweetalert2.min.js"></script>
<link rel="stylesheet" href="<?php echo $parent ?? ''; ?>assets/sweetalert2/dist/sweetalert2.min.css">
<!-- Main css -->
<link rel="stylesheet" href="<?php echo $parent ?? ''; ?>assets/css/style.css">
<link rel="shortcut icon" href="assets/images/chatapplication.svg" type="image/x-icon">
</head>
<body>