-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
25 changed files
with
448 additions
and
251 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
.idea/libraries/Maven__com_github_fengwenyi_JavaLib_result_V1_1_0_RELEASE.xml
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
```html | ||
Copyright ©<span th:text="${year}"></span> | ||
<span th:text="${appName}"></span> | ||
V<span th:text="${version}"></span> | ||
``` |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
* { | ||
margin: 0; | ||
padding: 0; | ||
} | ||
body { | ||
background-color: #eee; | ||
font-family: 'Avenir', Helvetica, Arial, sans-serif; | ||
-webkit-font-smoothing: antialiased; | ||
-moz-osx-font-smoothing: grayscale; | ||
} | ||
.home { | ||
width: 300px; | ||
height: 180px; | ||
line-height: 180px; | ||
margin: 100px auto 0; | ||
background-color: #333; | ||
color: #e3e3e3; | ||
text-align: center; | ||
font-size: 60px; | ||
border: 0; | ||
border-radius: 5px; | ||
box-shadow: 0 0 80px #333; | ||
} | ||
.footer { | ||
text-align: center; | ||
margin-top: 30px; | ||
color: #aaa; | ||
font-size: 12px; | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,22 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<html lang="en" xmlns:th="http://www.thymeleaf.org"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<title>404 View</title> | ||
|
||
<title>404</title> | ||
<meta content="IE=edge" http-equiv="X-UA-Compatible"> | ||
<meta content="width=device-width, initial-scale=1" name="viewport"> | ||
<meta name="description" content="This is error view" /> | ||
<meta name="description" content="This is 404 view" /> | ||
<meta name="author" content="Erwin Feng" /> | ||
|
||
<style> | ||
* { | ||
margin: 0; | ||
padding: 0; | ||
} | ||
body { | ||
background-color: #eee; | ||
} | ||
.home { | ||
width: 300px; | ||
height: 125px; | ||
background-color: #333; | ||
color: #eee; | ||
text-align: center; | ||
padding-top: 50px; | ||
font-size: 50px; | ||
border-radius: 5px; | ||
margin: 100px auto 0; | ||
} | ||
</style> | ||
<link rel="stylesheet" href="/css/error/style.css"> | ||
</head> | ||
<body> | ||
<div class="home"> | ||
<section class="home"> | ||
404 | ||
</div> | ||
</section> | ||
|
||
<footer class="footer"> | ||
Copyright ©2019 | ||
</footer> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,23 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<html lang="en" xmlns:th="http://www.thymeleaf.org"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<title>500 View</title> | ||
<title>500</title> | ||
|
||
<meta content="IE=edge" http-equiv="X-UA-Compatible"> | ||
<meta content="width=device-width, initial-scale=1" name="viewport"> | ||
<meta name="description" content="This is error view" /> | ||
<meta name="description" content="This is 500 view" /> | ||
<meta name="author" content="Erwin Feng" /> | ||
|
||
<style> | ||
* { | ||
margin: 0; | ||
padding: 0; | ||
} | ||
body { | ||
background-color: #eee; | ||
} | ||
.home { | ||
width: 300px; | ||
height: 125px; | ||
background-color: #333; | ||
color: #eee; | ||
text-align: center; | ||
padding-top: 50px; | ||
font-size: 50px; | ||
border-radius: 5px; | ||
margin: 100px auto 0; | ||
} | ||
</style> | ||
<link rel="stylesheet" href="/css/error/style.css"> | ||
</head> | ||
<body> | ||
<div class="home"> | ||
<section class="home"> | ||
500 | ||
</div> | ||
</section> | ||
|
||
<footer class="footer"> | ||
Copyright ©2019 | ||
</footer> | ||
</body> | ||
</html> |
Oops, something went wrong.