Blame view

view/index_header.html 1.5 KB
cf76164e6   Ting Chan   20190709
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
  <!DOCTYPE html>
  <html lang="en">
      <head>
          
          <!-- Title -->
          <title>Sanlien | Config Setting</title>
          
          <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
          <meta charset="UTF-8">
  		
          <meta name="description" content="Sanlien, Monitoring" />
          <meta name="keywords" content="admin,dashboard" />
          <meta name="author" content="Steelcoders" />
          
          <!-- Styles -->
  		<link rel="icon" type="image/png" href="images/logo.png">
          <link type="text/css" rel="stylesheet" href="assets/plugins/materialize/css/materialize.min.css"/>
          <link href="css/icon.css" rel="stylesheet">    
          <link href="assets/plugins/metrojs/MetroJs.min.css" rel="stylesheet">
          <link href="assets/plugins/weather-icons-master/css/weather-icons.min.css" rel="stylesheet">
  
          	
          <!-- Theme Styles -->
          <link href="assets/css/alpha.min.css" rel="stylesheet" type="text/css"/>
          <link href="assets/css/custom.css" rel="stylesheet" type="text/css"/>
         
          
          
          <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
          <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
          <!--[if lt IE 9]>
          <script src="http://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
          <script src="http://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
          <![endif]-->
          
      </head>