# dino
**Repository Path**: papax/dino
## Basic Information
- **Project Name**: dino
- **Description**: chrome小恐龙
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 4
- **Created**: 2021-09-23
- **Last Updated**: 2021-09-23
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# 由Chrome dino小恐龙 改写的404/500 错误页面
## 介绍
申明: dino小恐龙源码来自Chromium (非原创)
我只是用它写成了404和500的错误页面,
并压缩成了单文件形式,
方便之后用于tomcat/nginx的错误页面配置。
## 在线演示地址
404错误页面: [https://tczmh.gitee.io/dino/404.html](https://tczmh.gitee.io/dino/404.html)
502错误页面: [https://tczmh.gitee.io/dino/502.html](https://tczmh.gitee.io/dino/502.html)
## 截图
#### 404 错误页面

#### 502 错误页面

## 目录
(所以图片资源均已写成base64格式)
根目录下的所有文件均为单文件版本,无需依赖,可直接运行
包括`index.html` 、 `404.html` 、 `502.html`
#### oraginal文件夹:
未压缩的版本,可在此处改写,然后到[https://tool.lu/html/](https://tool.lu/html/)进行压缩
#### index.html:
压缩后的纯dino小恐龙(无需其他依赖,直接单文件运行)
#### 404.html
改写成404错误页面的小恐龙快跑(无需其他依赖,直接单文件运行)
#### 502.html
改写成502错误页面的小恐龙快跑(无需其他依赖,直接单文件运行)