mirror of
https://github.com/tarampampam/error-pages.git
synced 2024-08-30 18:22:40 +00:00
New template orient
added (#190)
* added orient theme * added creation test for orient theme * Added new Orient theme to CHANGELOG.md * fix: Template fixed a bit --------- Co-authored-by: Paramtamtam <7326800+tarampampam@users.noreply.github.com>
This commit is contained in:
parent
d40e8879d1
commit
940bd0405f
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
@ -154,6 +154,7 @@ jobs: # Docs: <https://git.io/JvxXE>
|
||||
test -f ./out/app-down/404.html
|
||||
test -f ./out/connection/404.html
|
||||
test -f ./out/matrix/404.html
|
||||
test -f ./out/orient/404.html
|
||||
|
||||
docker-image:
|
||||
name: Build docker image
|
||||
|
@ -4,6 +4,14 @@ All notable changes to this package will be documented in this file.
|
||||
|
||||
The format is based on [Keep a Changelog][keepachangelog] and this project adheres to [Semantic Versioning][semver].
|
||||
|
||||
## v2.23.0
|
||||
|
||||
### Added
|
||||
|
||||
- Template `orient` [#190]
|
||||
|
||||
[#190]:https://github.com/tarampampam/error-pages/pull/190
|
||||
|
||||
## v2.22.0
|
||||
|
||||
### Changed
|
||||
|
@ -123,6 +123,7 @@ Transfer/sec: 140.23MB
|
||||
| `app-down` | [![app-down][app-down-screen]][app-down-link] |
|
||||
| `connection` | [![connection][connection-screen]][connection-link] |
|
||||
| `matrix` | [![matrix][matrix-screen]][matrix-link] |
|
||||
| `orient` | [![orient][orient-screen]][orient-link] |
|
||||
|
||||
> Note: `noise` template highly uses the CPU, be careful
|
||||
|
||||
@ -148,6 +149,8 @@ Transfer/sec: 140.23MB
|
||||
[connection-link]:https://tarampampam.github.io/error-pages/connection/404.html
|
||||
[matrix-screen]:https://hsto.org/webt/ng/tf/oi/ngtfoiolvmq6hf15kimcxmhprhk.gif
|
||||
[matrix-link]:https://tarampampam.github.io/error-pages/matrix/404.html
|
||||
[orient-screen]:https://hsto.org/webt/pz/eu/v_/pzeuv_lyeqr0xpusa4zfrtgk7sa.png
|
||||
[orient-link]:https://tarampampam.github.io/error-pages/orient/404.html
|
||||
|
||||
## 🦾 Contributors
|
||||
|
||||
|
@ -15,6 +15,7 @@ templates:
|
||||
- path: ./templates/app-down.html
|
||||
- path: ./templates/connection.html
|
||||
- path: ./templates/matrix.html
|
||||
- path: ./templates/orient.html
|
||||
|
||||
formats:
|
||||
json:
|
||||
|
279
templates/orient.html
Normal file
279
templates/orient.html
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user