new pisilinux web sites
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
@if(USERID):
|
||||
<title></title>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="stylesheet" href="css/bootstrap.min.css" />
|
||||
<link rel="stylesheet" href="css/bootstrap-responsive.min.css" />
|
||||
<link rel="stylesheet" href="css/matrix-style.css" />
|
||||
<link rel="stylesheet" href="css/matrix-media.css" />
|
||||
<link rel="stylesheet" href="css/sweetalert.min.css" />
|
||||
<link rel="stylesheet" href="css/select2.css" />
|
||||
<link rel="stylesheet" href="css/my.css" />
|
||||
<script src="ckeditor/ckeditor.js"></script>
|
||||
@else
|
||||
|
||||
<link rel="stylesheet" href="css/bootstrap.min.css" />
|
||||
<link rel="stylesheet" href="css/bootstrap-responsive.min.css" />
|
||||
<link rel="stylesheet" href="css/matrix-login.css" />
|
||||
<link href="font-awesome/css/all.min.css" rel="stylesheet" />
|
||||
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,800' rel='stylesheet' type='text/css'>
|
||||
|
||||
@endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user