Skip to content

Commit ed7e60c

Browse files
committed
admin new design and colors, sizes
1 parent 40706b2 commit ed7e60c

File tree

1,629 files changed

+299641
-1675
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,629 files changed

+299641
-1675
lines changed

EasyShop/admin_theme/404.html

+51
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<meta name="description" content="Creative - Bootstrap 3 Responsive Admin Template">
7+
<meta name="author" content="GeeksLabs">
8+
<meta name="keyword" content="Creative, Dashboard, Admin, Template, Theme, Bootstrap, Responsive, Retina, Minimal">
9+
<link rel="shortcut icon" href="img/favicon.png">
10+
11+
<title>404 | Creative - Bootstrap 3 Responsive Admin Template</title>
12+
13+
<!-- Bootstrap CSS -->
14+
<link href="css/bootstrap.min.css" rel="stylesheet">
15+
<!-- bootstrap theme -->
16+
<link href="css/bootstrap-theme.css" rel="stylesheet">
17+
<!--external css-->
18+
<!-- font icon -->
19+
<link href="css/elegant-icons-style.css" rel="stylesheet" />
20+
<link href="assets/font-awesome/css/font-awesome.css" rel="stylesheet" />
21+
<!-- Custom styles -->
22+
<link href="css/style.css" rel="stylesheet">
23+
<link href="css/style-responsive.css" rel="stylesheet" />
24+
25+
<!-- HTML5 shim and Respond.js IE8 support of HTML5 -->
26+
<!--[if lt IE 9]>
27+
<script src="js/html5shiv.js"></script>
28+
<script src="js/respond.min.js"></script>
29+
<![endif]-->
30+
</head>
31+
32+
<body>
33+
<div class="page-404">
34+
<p class="text-404">404</p>
35+
36+
<h2>Aww Snap!</h2>
37+
<p>Something went wrong or that page doesn’t exist yet. <br><a href="index.html">Return Home</a></p>
38+
</div>
39+
<div class="credits">
40+
<!--
41+
All the links in the footer should remain intact.
42+
You can delete the links only if you purchased the pro version.
43+
Licensing information: https://bootstrapmade.com/license/
44+
Purchase the pro version form: https://bootstrapmade.com/buy/?theme=NiceAdmin
45+
-->
46+
<a href="https://bootstrapmade.com/free-business-bootstrap-themes-website-templates/">Business Bootstrap Themes</a> by <a href="https://bootstrapmade.com/">BootstrapMade</a>
47+
</div>
48+
49+
50+
</body>
51+
</html>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
.DS_Store

0 commit comments

Comments
 (0)