Created
April 16, 2020 10:15
-
-
Save blogcacanid/d5a27eec9d871fd53418db2e14e7aa12 to your computer and use it in GitHub Desktop.
_head Covid-19 AngularJS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php include 'get_uri.php'; ?> | |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<title>Covid-19 Angular JS | <?php echo ucwords($uriSegments[2]); ?></title> | |
<!-- Tell the browser to be responsive to screen width --> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<!-- Font Awesome --> | |
<link rel="stylesheet" href="../plugins/fontawesome-free/css/all.min.css"> | |
<!-- Ionicons --> | |
<link rel="stylesheet" href="https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css"> | |
<!-- DataTables --> | |
<link rel="stylesheet" href="../plugins/datatables-bs4/css/dataTables.bootstrap4.min.css"> | |
<link rel="stylesheet" href="../plugins/datatables-responsive/css/responsive.bootstrap4.min.css"> | |
<!-- Theme style --> | |
<link rel="stylesheet" href="../dist/css/adminlte.min.css"> | |
<!-- overlayScrollbars --> | |
<link rel="stylesheet" href="../plugins/overlayScrollbars/css/OverlayScrollbars.min.css"> | |
<!-- Google Font: Source Sans Pro --> | |
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700" rel="stylesheet"> | |
</head> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment