In this repo i store all my websites, each in a different branch
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>404 Not Found</title>
|
|
<link href="/assets/css/style.css" rel="stylesheet">
|
|
|
|
<!-- Include the Open Sans font -->
|
|
<link href="http://fonts.googleapis.com/css?family=Open+Sans+Condensed:700&subset=latin,cyrillic-ext" rel="stylesheet" />
|
|
</head>
|
|
<body>
|
|
<div class="center message">
|
|
<h1>This page Doesn't exist!</h1>
|
|
<p>Would you like to try our <a href="/">homepage</a> instead?</p>
|
|
</div>
|
|
</body>
|
|
</html>
|