<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <title>YUP | Login</title>
    <!-- Tell the browser to be responsive to screen width -->
    <meta name="viewport" content="width=device-width, initial-scale=1">

    <!-- Font Awesome -->
    <link rel="stylesheet" href="http://www.yupbrasil.com.br/plugins/font-awesome/css/font-awesome.min.css">
    <!-- Theme style -->
    <link rel="stylesheet" href="http://www.yupbrasil.com.br/dist/css/adminlte.css">
    <!-- iCheck -->
    <link rel="stylesheet" href="http://www.yupbrasil.com.br/plugins/iCheck/flat/blue.css">
<!-- Google Font: Poppins -->
    <<link href="https://fonts.googleapis.com/css?family=Poppins:300,400,400i,700" rel="stylesheet">
    <link rel="stylesheet" href="http://www.yupbrasil.com.br/css/custom.css">
</head>
<body class="hold-transition login-page">
<div class="login-box">
    <div class="card">
        <div class="card-body login-card-body text-center">
            <h1 class="error-code"><i class="fa fa-warning m-2 text-warning"></i>404</h1>
            <p class="my-3">Page not found</p>
        </div>
        <div class="btn-group w-100">
        <a class="btn btn-warning btn-sm w-50" href="http://www.yupbrasil.com.br">
            <i class="fa fa-arrow-circle-left m-1"></i>Go Back</a>
        <a class="btn btn-warning btn-sm w-50" href="http://www.yupbrasil.com.br/users/profile">
            <i class="fa fa-user-circle m-1"></i>Back to profile</a>
        </div>
        <!-- /.login-card-body -->
    </div>
</div>
<!-- /.login-box -->

<!-- jQuery -->
<script src="http://www.yupbrasil.com.br/plugins/jquery/jquery.min.js"></script>
<!-- Bootstrap 4 -->
<script src="http://www.yupbrasil.com.br/plugins/bootstrap/js/bootstrap.bundle.min.js"></script>
</body>
</html>

