82 lines
3.6 KiB
HTML
82 lines
3.6 KiB
HTML
|
|
|
||
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="en">
|
||
|
|
|
||
|
|
<head>
|
||
|
|
<!-- Required meta tags -->
|
||
|
|
<meta charset="utf-8">
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||
|
|
<title>SteelUI Admin Dashboard</title>
|
||
|
|
<!-- plugins:css -->
|
||
|
|
<link rel="stylesheet" href="../../../../vendors/iconfonts/mdi/font/css/materialdesignicons.min.css">
|
||
|
|
<link rel="stylesheet" href="../../../../vendors/css/vendor.bundle.base.css">
|
||
|
|
<link rel="stylesheet" href="../../../../vendors/css/vendor.bundle.addons.css">
|
||
|
|
<!-- endinject -->
|
||
|
|
<!-- plugin css for this page -->
|
||
|
|
<!-- End plugin css for this page -->
|
||
|
|
<!-- inject:css -->
|
||
|
|
<link rel="stylesheet" href="../../../../css/vertical-layout-light/style.css">
|
||
|
|
<!-- endinject -->
|
||
|
|
<link rel="shortcut icon" href="../../../../images/favicon.png" />
|
||
|
|
</head>
|
||
|
|
|
||
|
|
<body>
|
||
|
|
<div class=" container-scroller">
|
||
|
|
<div class="container-fluid page-body-wrapper full-page-wrapper">
|
||
|
|
<div class="main-panel w-100 documentation">
|
||
|
|
<div class="content-wrapper">
|
||
|
|
<div class="container-fluid">
|
||
|
|
<div class="row">
|
||
|
|
<div class="col-12 pt-5">
|
||
|
|
<a class="btn btn-primary" href="../../index.html"><i class="mdi mdi-home mr-2"></i>Back to home</a>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="row pt-5 mt-5">
|
||
|
|
<div class="col-12 pt-5 text-center">
|
||
|
|
<i class="text-primary mdi mdi-file-document-box-multiple-outline display-1"></i>
|
||
|
|
<h3 class="text-primary font-weight-light mt-5">
|
||
|
|
The detailed documentation of SteelUI Admin Template is provided at
|
||
|
|
<a href="http://bootstrapdash.com/demo/steelui/docs/documentation.html" target="_blank" class="text-danger">
|
||
|
|
http://bootstrapdash.com/demo/steelui/docs/documentation.html
|
||
|
|
</a>
|
||
|
|
</h3>
|
||
|
|
<h4 class="mt-4 font-weight-light text-primary">
|
||
|
|
In case you want to refer the documentation file, it is available at
|
||
|
|
<span class="text-danger">/docs/documentation.html</span>
|
||
|
|
in the downloaded folder
|
||
|
|
</h4>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<!-- partial:../../partials/_footer.html -->
|
||
|
|
<footer class="footer">
|
||
|
|
<div class="d-sm-flex justify-content-center justify-content-sm-between">
|
||
|
|
<span class="text-muted text-center text-sm-left d-block d-sm-inline-block">Copyright © <a href="#" target="_blank">BTF</a> 2020-21. All rights reserved.</span>
|
||
|
|
{{!--<span class="float-none float-sm-right d-block mt-1 mt-sm-0 text-center">Hand-crafted & made with <i class="mdi mdi-heart text-danger"></i></span>--}}
|
||
|
|
</div>
|
||
|
|
</footer>
|
||
|
|
<!-- partial -->
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<!-- plugins:js -->
|
||
|
|
<script src="../../../../vendors/js/vendor.bundle.base.js"></script>
|
||
|
|
<script src="../../../../vendors/js/vendor.bundle.addons.js"></script>
|
||
|
|
<!-- endinject -->
|
||
|
|
<!-- inject:js -->
|
||
|
|
<script src="../../../../js/off-canvas.js"></script>
|
||
|
|
<script src="../../../../js/hoverable-collapse.js"></script>
|
||
|
|
<script src="../../../../js/template.js"></script>
|
||
|
|
<script src="../../../../js/settings.js"></script>
|
||
|
|
<script src="../../../../js/todolist.js"></script>
|
||
|
|
<!-- endinject -->
|
||
|
|
<!-- Custom js for this page-->
|
||
|
|
<script src="../../js/codeEditor.js"></script>
|
||
|
|
<script src="../../js/tabs.js"></script>
|
||
|
|
<script src="../../js/tooltips.js"></script>
|
||
|
|
<script src="../../js/documentation.js"></script>
|
||
|
|
<!-- End custom js for this page-->
|
||
|
|
</body>
|
||
|
|
|
||
|
|
</html>
|