22 lines
359 B
HTML
22 lines
359 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
|
||
|
<head>
|
||
|
<title></title>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
<link href="css/link.css" rel="stylesheet">
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<h1>
|
||
|
Link not found 3:
|
||
|
</h1>
|
||
|
|
||
|
<a class="return-button" href="/">
|
||
|
Return to home
|
||
|
</a>
|
||
|
</body>
|
||
|
|
||
|
</html>
|