Skip to content

Commit 12d007d

Browse files
authored
Create 404.html
1 parent a011319 commit 12d007d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

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>
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width">
6+
<title>replit</title>
7+
<link href="style.css" rel="stylesheet" type="text/css" />
8+
</head>
9+
<body>
10+
404
11+
Wrong Address, Make sure you spelled right address
12+
<script src="script.js"></script>
13+
</body>
14+
</html>

0 commit comments

Comments
 (0)