page_404.html 2.8 KB
Newer Older
A
Anthony Mutisya 已提交
1 2 3 4
<!DOCTYPE html>
<html lang="en">

<head>
A
Aigars Silkalns 已提交
5 6 7 8 9
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  <!-- Meta, title, CSS, favicons, etc. -->
  <meta charset="utf-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="viewport" content="width=device-width, initial-scale=1">
A
Anthony Mutisya 已提交
10

A
Aigars Silkalns 已提交
11
  <title>Gentallela Alela! | </title>
A
Anthony Mutisya 已提交
12

A
Aigars Silkalns 已提交
13
  <!-- Bootstrap core CSS -->
A
Anthony Mutisya 已提交
14

A
Aigars Silkalns 已提交
15
  <link href="css/bootstrap.min.css" rel="stylesheet">
A
Anthony Mutisya 已提交
16

A
Aigars Silkalns 已提交
17 18
  <link href="fonts/css/font-awesome.min.css" rel="stylesheet">
  <link href="css/animate.min.css" rel="stylesheet">
A
Anthony Mutisya 已提交
19

A
Aigars Silkalns 已提交
20 21 22
  <!-- Custom styling plus plugins -->
  <link href="css/custom.css" rel="stylesheet">
  <link href="css/icheck/flat/green.css" rel="stylesheet">
A
Anthony Mutisya 已提交
23 24


A
Aigars Silkalns 已提交
25
  <script src="js/jquery.min.js"></script>
A
Anthony Mutisya 已提交
26

A
Aigars Silkalns 已提交
27
  <!--[if lt IE 9]>
A
Anthony Mutisya 已提交
28 29 30
        <script src="../assets/js/ie8-responsive-file-warning.js"></script>
        <![endif]-->

A
Aigars Silkalns 已提交
31 32
  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
  <!--[if lt IE 9]>
A
Anthony Mutisya 已提交
33 34 35 36 37 38 39 40
          <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
          <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
        <![endif]-->

</head>


<body class="nav-md">
A
Aigars Silkalns 已提交
41 42 43 44 45 46 47 48
  <div class="container body">
    <div class="main_container">
      <!-- page content -->
      <div class="col-md-12">
        <div class="col-middle">
          <div class="text-center text-center">
            <h1 class="error-number">404</h1>
            <h2>Sorry but we couldnt find this page</h2>
D
demgod 已提交
49
            <p>This page you are looking for does not exist <a href="#">Report this?</a>
A
Aigars Silkalns 已提交
50 51 52 53 54 55 56 57
            </p>
            <div class="mid_center">
              <h3>Search</h3>
              <form>
                <div class="col-xs-12 form-group pull-right top_search">
                  <div class="input-group">
                    <input type="text" class="form-control" placeholder="Search for...">
                    <span class="input-group-btn">
A
Anthony Mutisya 已提交
58 59
                            <button class="btn btn-default" type="button">Go!</button>
                        </span>
A
Aigars Silkalns 已提交
60
                  </div>
A
Anthony Mutisya 已提交
61
                </div>
A
Aigars Silkalns 已提交
62
              </form>
A
Anthony Mutisya 已提交
63
            </div>
A
Aigars Silkalns 已提交
64
          </div>
A
Anthony Mutisya 已提交
65
        </div>
A
Aigars Silkalns 已提交
66 67
      </div>
      <!-- /page content -->
A
Anthony Mutisya 已提交
68
    </div>
A
Aigars Silkalns 已提交
69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88
  </div>

  <div id="custom_notifications" class="custom-notifications dsp_none">
    <ul class="list-unstyled notifications clearfix" data-tabbed_notifications="notif-group">
    </ul>
    <div class="clearfix"></div>
    <div id="notif-group" class="tabbed_notifications"></div>
  </div>

  <script src="js/bootstrap.min.js"></script>

  <!-- bootstrap progress js -->
  <script src="js/progressbar/bootstrap-progressbar.min.js"></script>
  <!-- icheck -->
  <script src="js/icheck/icheck.min.js"></script>

  <script src="js/custom.js"></script>
  <!-- pace -->
  <script src="js/pace/pace.min.js"></script>
  <!-- /footer content -->
A
Anthony Mutisya 已提交
89 90
</body>

A
Aigars Silkalns 已提交
91
</html>