Skip to content

Commit 297123d

Browse files
committed
ci: cloudflare deploy not working
1 parent 4b734bf commit 297123d

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

src/404.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport"
6+
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
7+
<meta http-equiv="X-UA-Compatible" content="ie=edge">
8+
<title>Not Found</title>
9+
</head>
10+
<body>
11+
page not found.
12+
<!--This file is needed for cloudflare/other static websites for proper http complicant serving-->
13+
</body>
14+
</html>

src/_redirects

Whitespace-only changes.

0 commit comments

Comments
 (0)