Calendar
Update your profile details
My Notes
Update your profile details
  • It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.
  • Contrary to popular belief, Lorem Ipsum is not simply random text.
My Task List
Update your profile details
My Github Activity
puffintheme
  1. comments Lorem Ipsum is simply dummy text of the printing and typesetting industry.

  2. comments Lorem Ipsum is simply dummy text of the printing and typesetting industry.

  3. BOOM!

Stater Page
<!DOCTYPE html>
<html lang="en">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Responsive Bootstrap 4 and web Application ui kit.">

<title>:: PostMan :: Stater page</title>
<link rel="icon" href="favicon.ico" type="image/x-icon"/>
<!-- Material Design Iconic Font -->
<link rel="stylesheet" href="../fonts/material-icon/css/material-design-iconic-font.min.css">
<link rel="stylesheet" href="assets/vendor/bootstrap-datepicker/css/bootstrap-datepicker.min.css">

<!-- MAIN CSS -->
<link rel="stylesheet" href="assets/css/style.min.css">

<!-- This is demo css  -->
<link rel="stylesheet" href="../doc/demo.css">

<body class="admin">

<div id="layout" class="theme-cyan">

    <!-- Navbar -->
    <div class="navigation navbar justify-content-center py-xl-4 py-md-3 py-0 px-3">
        
    </div>
    <!-- End Navbar -->

    <!-- Sidebar -->
    <div class="sidebar border-end py-xl-4 py-3 px-xl-4 px-3">
        
    </div>
    <!-- End Sidebar -->

    <!-- Rightbar icon menu -->
    <div class="rightbar d-none d-md-block">

    </div>
    <!-- End Rightbar icon menu -->

    <!-- Main Body: Content -->
    <div class="main px-xl-5 px-lg-4 px-3">

        <!-- Body -->
        <div class="main-body">

            <!-- Body: Header -->
            <div class="body-header border-bottom py-xl-3 py-2">
                <div class="container px-0">

                    <div class="row align-items-center">

                        <!-- page title -->
                        <div class="col-5 col-xl-4">
                            <div class="media">
                                <div class="media-body overflow-hidden">
                                    <div class="d-flex align-items-center justify-content-between mb-1">
                                        <h5 class="text-truncate mb-0 me-auto">Stater Page</h5>
                                    </div>
                                    <small class="text-truncate text-muted"></small>
                                </div>
                            </div>
                        </div>
                        <div class="col-7 col-xl-8 text-end">
                            
                        </div>
                    </div>

                </div>
            </div>

            <!-- Page Default -->
            <div class="body-page d-flex py-xl-3 py-2">
                <div class="container px-0">
                    
                </div>
            </div>
            <!-- End Page Default -->

        </div>
        <!-- End chat body -->
        
    </div>
    <!-- Main Body: Content -->

</div>


<!-- Main jQuery js Bootstrap core js file -->
<script src="assets/vendor/jquery/jquery-3.5.1.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>

<!-- Plugin js file -->
<script src="assets/vendor/bootstrap-datepicker/js/bootstrap-datepicker.min.js"></script>

<!-- Project core file -->
<script src="../js/template.js"></script>
</body>
</html>