File tree Expand file tree Collapse file tree 3 files changed +28
-3
lines changed Expand file tree Collapse file tree 3 files changed +28
-3
lines changed Original file line number Diff line number Diff line change 1
1
.cache
2
2
.github
3
+ .vscode
3
4
coverage
4
- node_modules
5
5
dev
6
+ node_modules
7
+ package-lock.json
6
8
src
7
- test
8
- package-lock.json
9
+ test
Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html lang ="en ">
3
+ < head >
4
+ < meta charset ="UTF-8 " />
5
+ < meta http-equiv ="X-UA-Compatible " content ="IE=edge " />
6
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7
+ < title > 404</ title >
8
+ </ head >
9
+ < body >
10
+ < style >
11
+ body {
12
+ font-family : Arial, Helvetica, sans-serif;
13
+ }
14
+ h1 {
15
+ font-weight : bold;
16
+ text-align : center;
17
+ margin-top : 48px ;
18
+ }
19
+ </ style >
20
+ < h1 > 404 - Nothing Here</ h1 >
21
+ </ body >
22
+ </ html >
Original file line number Diff line number Diff line change 1
1
module . exports = {
2
2
port : 8085 ,
3
3
root : 'dev' ,
4
+ file : '404.html' ,
5
+ // host: '0.0.0.0',
4
6
// open: false,
5
7
// https: true,
6
8
// browser: ['edge', 'chrome', 'firefox']
You can’t perform that action at this time.
0 commit comments