Skip to content

Commit 219b25e

Browse files
committed
webstack - Amdin
1 parent a602537 commit 219b25e

Some content is hidden

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

75 files changed

+25056
-0
lines changed

404.html

+57
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="utf-8">
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8+
<meta name="description" content="Webstack.cc" />
9+
<meta name="author" content="viggoz.com" />
10+
<title>Webstack.cc - Admin</title>
11+
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Arimo:400,700,400italic">
12+
<link rel="stylesheet" href="assets/css/fonts/linecons/css/linecons.css">
13+
<link rel="stylesheet" href="assets/css/fonts/fontawesome/css/font-awesome.min.css">
14+
<link rel="stylesheet" href="assets/css/bootstrap.css">
15+
<link rel="stylesheet" href="assets/css/xenon-core.css">
16+
<link rel="stylesheet" href="assets/css/xenon-forms.css">
17+
<link rel="stylesheet" href="assets/css/xenon-components.css">
18+
<link rel="stylesheet" href="assets/css/xenon-skins.css">
19+
<link rel="stylesheet" href="assets/css/custom.css">
20+
<script src="assets/js/jquery-1.11.1.min.js"></script>
21+
</head>
22+
23+
<body class="page-body page-error-env">
24+
<div class="page-error centered">
25+
<div class="error-symbol">
26+
<i class="fa-warning"></i>
27+
</div>
28+
<h2>
29+
Error 404
30+
<small>Page not found!</small>
31+
</h2>
32+
<p>We did not find the page you were looking for!</p>
33+
<p>You can search again or contact one of our agents to help you!</p>
34+
</div>
35+
<div class="page-error-search centered">
36+
<form class="form-half" method="get" action="" enctype="application/x-www-form-urlencoded">
37+
<input type="text" class="form-control input-lg" placeholder="Search..." />
38+
<button type="submit" class="btn-unstyled">
39+
<i class="linecons-search"></i>
40+
</button>
41+
</form>
42+
<a href="#" class="go-back">
43+
<i class="fa-angle-left"></i> Go Back
44+
</a>
45+
</div>
46+
<!-- Bottom Scripts -->
47+
<script src="assets/js/bootstrap.min.js"></script>
48+
<script src="assets/js/TweenMax.min.js"></script>
49+
<script src="assets/js/resizeable.js"></script>
50+
<script src="assets/js/joinable.js"></script>
51+
<script src="assets/js/xenon-api.js"></script>
52+
<script src="assets/js/xenon-toggles.js"></script>
53+
<!-- JavaScripts initializations and stuff -->
54+
<script src="assets/js/xenon-custom.js"></script>
55+
</body>
56+
57+
</html>

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
### webstack.cc后台静态源码
2+
![](http://www.webstack.cc/assets/images/webstack_banner_cn.png)
3+
4+
后台Demo:[www.webstack.cc/webstack-Admin/](http://webstack.cc/webstack-Admin/)
5+
6+
官网地址:[www.webstack.cc](https://webstack.cc)
7+
8+
- 没有绑定任何后台语言
9+
- 基于bootstrap主题*Xenon*
10+
11+
> 注:本站开源的目的是大家能够在本站的基础之上有所启发,做出更多新的东西。并不是让大家照搬所有代码。
12+
> 如果你使用这个开源项目,还请注明本项目开源地址。
13+
14+

assets/css/bootstrap.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/custom.css

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/**
2+
*
3+
* Apply your custom CSS here
4+
*
5+
*/
6+
7+
body {
8+
}
9+
10+
a {
11+
}

0 commit comments

Comments
 (0)