<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Raptor System</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Le styles -->
<link href="{{ asset('bootstrap/css/bootstrap.css') }}" rel="stylesheet">
<style type="text/css">
body {
padding-top: 60px;
}
</style>
<link href="{{ rasset('bootstrap/css/bootstrap-responsive.css') }}" rel="stylesheet">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="../assets/js/html5shiv.js"></script>
<![endif]-->
<!-- Fav and touch icons -->
</head>
<body style="padding: 20px;background: rgba(255,255,255,0.8) !important;" >
<h2 class="featurette-heading"><span class="muted">Raptor Resources Publisher</span></h2><br><br>
<div class="featurette" style="background: transparent !important;">
<br><br>
<p class="lead">
The Resources are published !!<br><br>
Look in web/bundles location to see the resources
</p>
</div>
<script src="{{ asset('bootstrap/js/jquery.js') }}"></script>
<script type="text/javascript">
$(document.body).ready(function(){
});
</script>
</body>
</html>
|