2015-05-19 06:25:00 +00:00
<!DOCTYPE html>
< html lang = "en" >
2016-04-24 14:26:11 +00:00
< head >
< 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" >
2016-06-09 15:12:49 +00:00
< title > Gentellela Alela! | < / title >
2016-04-24 14:26:11 +00:00
<!-- Bootstrap -->
< link href = "../vendors/bootstrap/dist/css/bootstrap.min.css" rel = "stylesheet" >
<!-- Font Awesome -->
< link href = "../vendors/font-awesome/css/font-awesome.min.css" rel = "stylesheet" >
<!-- Custom Theme Style -->
2016-05-24 16:53:42 +00:00
< link href = "../build/css/custom.min.css" rel = "stylesheet" >
2016-04-24 14:26:11 +00:00
< / head >
< body class = "nav-md" >
< div class = "container body" >
< div class = "main_container" >
<!-- page content -->
< div class = "col-md-12" >
< div class = "col-middle" >
< div class = "text-center" >
< h1 class = "error-number" > 500< / h1 >
< h2 > Internal Server Error< / h2 >
< p > We track these errors automatically, but if the problem persists feel free to contact us. In the meantime, try refreshing. < a href = "#" > Report this?< / a >
< / 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" >
< button class = "btn btn-default" type = "button" > Go!< / button >
< / span >
< / div >
2016-03-06 20:53:42 +00:00
< / div >
2016-04-24 14:26:11 +00:00
< / form >
< / div >
2015-05-19 06:25:00 +00:00
< / div >
2016-03-06 20:53:42 +00:00
< / div >
2015-05-19 06:25:00 +00:00
< / div >
2016-04-24 14:26:11 +00:00
<!-- /page content -->
2016-03-06 20:53:42 +00:00
< / div >
2015-05-19 06:25:00 +00:00
< / div >
2016-04-24 14:26:11 +00:00
<!-- jQuery -->
< script src = "../vendors/jquery/dist/jquery.min.js" > < / script >
<!-- Bootstrap -->
< script src = "../vendors/bootstrap/dist/js/bootstrap.min.js" > < / script >
<!-- FastClick -->
< script src = "../vendors/fastclick/lib/fastclick.js" > < / script >
<!-- NProgress -->
< script src = "../vendors/nprogress/nprogress.js" > < / script >
<!-- Custom Theme Scripts -->
2016-05-24 16:53:42 +00:00
< script src = "../build/js/custom.min.js" > < / script >
2016-04-24 14:26:11 +00:00
< / body >
< / html >