Browse Source

fix css link

oransheep 3 years ago
parent
commit
ee967aa261
1 changed files with 19 additions and 19 deletions
  1. 19 19
      pages-404.html

+ 19 - 19
pages-404.html

@@ -16,22 +16,22 @@
 		<link href="http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Shadows+Into+Light" rel="stylesheet" type="text/css">
 
 		<!-- Vendor CSS -->
-		<link rel="stylesheet" href="assets/vendor/bootstrap/css/bootstrap.css" />
-		<link rel="stylesheet" href="assets/vendor/font-awesome/css/font-awesome.css" />
-		<link rel="stylesheet" href="assets/vendor/magnific-popup/magnific-popup.css" />
-		<link rel="stylesheet" href="assets/vendor/bootstrap-datepicker/css/datepicker3.css" />
+		<link rel="stylesheet" href="/Front-Page/assets/vendor/bootstrap/css/bootstrap.css" />
+		<link rel="stylesheet" href="/Front-Page/assets/vendor/font-awesome/css/font-awesome.css" />
+		<link rel="stylesheet" href="/Front-Page/assets/vendor/magnific-popup/magnific-popup.css" />
+		<link rel="stylesheet" href="/Front-Page/assets/vendor/bootstrap-datepicker/css/datepicker3.css" />
 
 		<!-- Theme CSS -->
-		<link rel="stylesheet" href="assets/stylesheets/theme.css" />
+		<link rel="stylesheet" href="/Front-Page/assets/stylesheets/theme.css" />
 
 		<!-- Skin CSS -->
-		<link rel="stylesheet" href="assets/stylesheets/skins/default.css" />
+		<link rel="stylesheet" href="/Front-Page/assets/stylesheets/skins/default.css" />
 
 		<!-- Theme Custom CSS -->
-		<link rel="stylesheet" href="assets/stylesheets/theme-custom.css">
+		<link rel="stylesheet" href="/Front-Page/assets/stylesheets/theme-custom.css">
 
 		<!-- Head Libs -->
-		<script src="assets/vendor/modernizr/modernizr.js"></script>
+		<script src="/Front-Page/assets/vendor/modernizr/modernizr.js"></script>
 
 	</head>
 	<body>
@@ -45,7 +45,7 @@
 								<div class="row">
 									<div class="col-md-8">
 										<a href="/" class="logo">
-											<img src="assets/images/logo.png" height="54" alt="Porto Admin" />
+											<img src="/Front-Page/assets/images/logo.png" height="54" alt="Porto Admin" />
 										</a>
 									</div>
 									<div class="col-md-4">
@@ -89,22 +89,22 @@
 		<!-- end: page -->
 
 		<!-- Vendor -->
-		<script src="assets/vendor/jquery/jquery.js"></script>
-		<script src="assets/vendor/jquery-browser-mobile/jquery.browser.mobile.js"></script>
-		<script src="assets/vendor/bootstrap/js/bootstrap.js"></script>
-		<script src="assets/vendor/nanoscroller/nanoscroller.js"></script>
-		<script src="assets/vendor/bootstrap-datepicker/js/bootstrap-datepicker.js"></script>
-		<script src="assets/vendor/magnific-popup/magnific-popup.js"></script>
-		<script src="assets/vendor/jquery-placeholder/jquery.placeholder.js"></script>
+		<script src="/Front-Page/assets/vendor/jquery/jquery.js"></script>
+		<script src="/Front-Page/assets/vendor/jquery-browser-mobile/jquery.browser.mobile.js"></script>
+		<script src="/Front-Page/assets/vendor/bootstrap/js/bootstrap.js"></script>
+		<script src="/Front-Page/assets/vendor/nanoscroller/nanoscroller.js"></script>
+		<script src="/Front-Page/assets/vendor/bootstrap-datepicker/js/bootstrap-datepicker.js"></script>
+		<script src="/Front-Page/assets/vendor/magnific-popup/magnific-popup.js"></script>
+		<script src="/Front-Page/assets/vendor/jquery-placeholder/jquery.placeholder.js"></script>
 		
 		<!-- Theme Base, Components and Settings -->
-		<script src="assets/javascripts/theme.js"></script>
+		<script src="/Front-Page/assets/javascripts/theme.js"></script>
 		
 		<!-- Theme Custom -->
-		<script src="assets/javascripts/theme.custom.js"></script>
+		<script src="/Front-Page/assets/javascripts/theme.custom.js"></script>
 		
 		<!-- Theme Initialization Files -->
-		<script src="assets/javascripts/theme.init.js"></script>
+		<script src="/Front-Page/assets/javascripts/theme.init.js"></script>
 
 	</body>
 </html>