scale-dashboard
Version:
62 lines • 2.44 kB
HTML
<html lang="en" class="bg-dark">
<head>
<meta charset="utf-8" />
<title>Scale | Web Application</title>
<meta name="description" content="app, web app, responsive, admin dashboard, admin, flat, flat ui, ui kit, off screen nav" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<link rel="stylesheet" href="css/bootstrap.css" type="text/css" />
<link rel="stylesheet" href="css/animate.css" type="text/css" />
<link rel="stylesheet" href="css/font-awesome.min.css" type="text/css" />
<link rel="stylesheet" href="css/icon.css" type="text/css" />
<link rel="stylesheet" href="css/font.css" type="text/css" />
<link rel="stylesheet" href="css/app.css" type="text/css" />
<!--[if lt IE 9]>
<script src="js/ie/html5shiv.js"></script>
<script src="js/ie/respond.min.js"></script>
<script src="js/ie/excanvas.js"></script>
<![endif]-->
</head>
<body class="">
<section id="content">
<div class="row m-n">
<div class="col-sm-4 col-sm-offset-4">
<div class="text-center m-b-lg">
<h1 class="h text-white animated fadeInDownBig">404</h1>
</div>
<div class="list-group bg-info auto m-b-sm m-b-lg">
<a href="index.html" class="list-group-item">
<i class="fa fa-chevron-right icon-muted"></i>
<i class="fa fa-fw fa-home icon-muted"></i> Goto homepage
</a>
<a href="#" class="list-group-item">
<i class="fa fa-chevron-right icon-muted"></i>
<i class="fa fa-fw fa-question icon-muted"></i> Send us a tip
</a>
<a href="#" class="list-group-item">
<i class="fa fa-chevron-right icon-muted"></i>
<span class="badge bg-info lt">021-215-584</span>
<i class="fa fa-fw fa-phone icon-muted"></i> Call us
</a>
</div>
</div>
</div>
</section>
<!-- footer -->
<footer id="footer">
<div class="text-center padder clearfix">
<p>
<small>Web app framework base on Bootstrap<br>© 2013</small>
</p>
</div>
</footer>
<!-- / footer -->
<script src="js/jquery.min.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.js"></script>
<!-- App -->
<script src="js/app.js"></script>
<script src="js/slimscroll/jquery.slimscroll.min.js"></script>
<script src="js/app.plugin.js"></script>
</body>
</html>