-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
82 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link rel="icon" type="image/x-icon" href="../files/favicon.ico"> | ||
<link rel="stylesheet" href="../css/index.css"> | ||
<meta name="robots" content="noindex"> | ||
<title>Missing File</title> | ||
<meta charset="UTF-8"> | ||
</head> | ||
|
||
<body> | ||
<main> | ||
<div class="container"> | ||
<img src="https://images.unsplash.com/photo-1582845512747-e42001c95638" alt="Image of a rubber duck"> | ||
<div class="text"> | ||
<p class="warningMsg">Invalid file name.</p> | ||
<p class="warningMsg">Please only use English Alphabet characters, 0-9.</p> | ||
<p class="warningMsg">.jpg .jpeg .png .mp4 are the only supported file types </p> | ||
<p>Heres a duck instead</p> | ||
</div> | ||
</div> | ||
</main> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link rel="icon" type="image/x-icon" href="../files/favicon.ico"> | ||
<link rel="stylesheet" href="../css/index.css"> | ||
<meta name="robots" content="noindex"> | ||
<title>Missing File</title> | ||
<meta charset="UTF-8"> | ||
</head> | ||
|
||
<body> | ||
<main> | ||
<div class="container"> | ||
<img src="https://images.unsplash.com/photo-1582845512747-e42001c95638" alt="Image of a rubber duck"> | ||
<div class="text"> | ||
<p class="warningMsg">The File you requested doesn't exist</p> | ||
<p>Heres a duck instead</p> | ||
</div> | ||
</div> | ||
</main> | ||
</body> | ||
|
||
</html> |