Skip to content

Commit

Permalink
feat: add 404 page
Browse files Browse the repository at this point in the history
  • Loading branch information
ChefJerry committed Apr 12, 2024
1 parent c9f2d25 commit 9f033d9
Show file tree
Hide file tree
Showing 12 changed files with 168 additions and 0 deletions.
14 changes: 14 additions & 0 deletions lists/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PancakeSwap Token List</title>
</head>

<body>
<p> Oops, page not found. </p>
</body>

</html>
14 changes: 14 additions & 0 deletions lists/images/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PancakeSwap Token List</title>
</head>

<body>
<p> Oops, page not found. </p>
</body>

</html>
14 changes: 14 additions & 0 deletions lists/images/aptos/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PancakeSwap Token List</title>
</head>

<body>
<p> Oops, page not found. </p>
</body>

</html>
14 changes: 14 additions & 0 deletions lists/images/arbitrum/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PancakeSwap Token List</title>
</head>

<body>
<p> Oops, page not found. </p>
</body>

</html>
14 changes: 14 additions & 0 deletions lists/images/base/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PancakeSwap Token List</title>
</head>

<body>
<p> Oops, page not found. </p>
</body>

</html>
14 changes: 14 additions & 0 deletions lists/images/eth/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PancakeSwap Token List</title>
</head>

<body>
<p> Oops, page not found. </p>
</body>

</html>
14 changes: 14 additions & 0 deletions lists/images/linea/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PancakeSwap Token List</title>
</head>

<body>
<p> Oops, page not found. </p>
</body>

</html>
14 changes: 14 additions & 0 deletions lists/images/opbnb/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PancakeSwap Token List</title>
</head>

<body>
<p> Oops, page not found. </p>
</body>

</html>
14 changes: 14 additions & 0 deletions lists/images/polygon-zkevm/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PancakeSwap Token List</title>
</head>

<body>
<p> Oops, page not found. </p>
</body>

</html>
14 changes: 14 additions & 0 deletions lists/images/projects/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PancakeSwap Token List</title>
</head>

<body>
<p> Oops, page not found. </p>
</body>

</html>
14 changes: 14 additions & 0 deletions lists/images/symbol/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PancakeSwap Token List</title>
</head>

<body>
<p> Oops, page not found. </p>
</body>

</html>
14 changes: 14 additions & 0 deletions lists/images/zksync/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PancakeSwap Token List</title>
</head>

<body>
<p> Oops, page not found. </p>
</body>

</html>

0 comments on commit 9f033d9

Please sign in to comment.