﻿<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, maximum-scale=1.0" />
    <link href="favicon.ico?v=1.2" rel="shortcut icon" type="image/x-icon" />
    <title>Highways Magazine - Error</title>
   
    <!-- Bootstrap Core CSS -->
    <link href="/Content/css/bootstrap.min.css")" rel="stylesheet" />
    <link href="/Content/font-awesome-4.7.0/css/font-awesome.min.css")" rel="stylesheet" />
    <link href="/Content/css/site.css?v=1.0" rel="stylesheet" />

    <link type="text/css" href="Content/css/media.css?v=1.0" rel="stylesheet" />
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,600,700" rel="stylesheet">
    <link href="https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i,900" rel="stylesheet">
</head>

<body style="background-color:floralwhite;">
    <div class="container" id="error">

	  

        <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12 col-md-push-3 ">

            <h2>
                "Oops! It looks like something went wrong, please try again or go back to the <a href="/">home page</a>."
            </h2>
            <a href="/"><img src="/Images/error/error404.jpg" alt="" style="width:100%"/></a>
        </div>
         
    </div>
</body>
</html>