commitall
This commit is contained in:
21
application/views/student/login-header.php
Normal file
21
application/views/student/login-header.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>ERISN Classroom</title>
|
||||
<!--styles links-->
|
||||
<link rel="stylesheet" href="<?php echo base_url(); ?>assets_student/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="<?php echo base_url(); ?>assets_student/css/jquery-ui.min.css">
|
||||
<link rel="stylesheet" href="<?php echo base_url(); ?>assets_student/css/font-family.css">
|
||||
<link rel="stylesheet" href="<?php echo base_url(); ?>assets_student/css/all.css">
|
||||
<link rel="stylesheet" href="<?php echo base_url(); ?>assets_student/owl-carousel/css/owl.carousel.min.css">
|
||||
<link rel="stylesheet" href="<?php echo base_url(); ?>assets_student/css/fontawesome.min.css" />
|
||||
<link rel="stylesheet" href="<?php echo base_url(); ?>assets_student/css/style.css">
|
||||
<link rel="stylesheet" href="<?php echo base_url(); ?>assets_student/css/style-responsive.css">
|
||||
<link rel="stylesheet" href="<?php echo base_url(); ?>assets_student/css/mobile.css">
|
||||
<script src="<?php echo base_url(); ?>assets_student/js/jquery-3.6.0.min.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
Reference in New Issue
Block a user