初始化项目
This commit is contained in:
31
UI/Html_Tools/Error_404.html
Normal file
31
UI/Html_Tools/Error_404.html
Normal file
@@ -0,0 +1,31 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<!-- Viewport metatags -->
|
||||
<meta name="HandheldFriendly" content="true" />
|
||||
<meta name="MobileOptimized" content="320" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
||||
<link rel="stylesheet" type="text/css" href="css/dandelion.css" media="screen" />
|
||||
<title>
|
||||
|
||||
</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="da-wrapper" class="fluid">
|
||||
<!-- Content -->
|
||||
<div id="da-content">
|
||||
<!-- Container -->
|
||||
<div class="da-container clearfix">
|
||||
<div id="da-error-wrapper">
|
||||
<div id="da-error-pin"></div>
|
||||
<div id="da-error-code">
|
||||
error <span>404</span>
|
||||
</div>
|
||||
<h1 class="da-error-heading">哎哟喂!页面走丢了!<a href="/">首页</a></h1>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
31
UI/Html_Tools/Error_500.html
Normal file
31
UI/Html_Tools/Error_500.html
Normal file
@@ -0,0 +1,31 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<!-- Viewport metatags -->
|
||||
<meta name="HandheldFriendly" content="true" />
|
||||
<meta name="MobileOptimized" content="320" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
||||
<link rel="stylesheet" type="text/css" href="css/dandelion.css" media="screen" />
|
||||
<title>
|
||||
|
||||
</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="da-wrapper" class="fluid">
|
||||
<!-- Content -->
|
||||
<div id="da-content">
|
||||
<!-- Container -->
|
||||
<div class="da-container clearfix">
|
||||
<div id="da-error-wrapper">
|
||||
<div id="da-error-pin"></div>
|
||||
<div id="da-error-code">
|
||||
error <span>500</span>
|
||||
</div>
|
||||
<h1 class="da-error-heading">哎哟喂!报错了( •̀ ω •́ )!<a href="/">首页</a></h1>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
11
UI/Html_Tools/css/dandelion.css
Normal file
11
UI/Html_Tools/css/dandelion.css
Normal file
File diff suppressed because one or more lines are too long
BIN
UI/Html_Tools/images/blueprint.png
Normal file
BIN
UI/Html_Tools/images/blueprint.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 111 B |
BIN
UI/Html_Tools/images/error-hanger.png
Normal file
BIN
UI/Html_Tools/images/error-hanger.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 60 KiB |
BIN
UI/Html_Tools/images/error-pin.png
Normal file
BIN
UI/Html_Tools/images/error-pin.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.1 KiB |
Reference in New Issue
Block a user