2021-12-10 21:39:54 +05:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<%- include('includes/head') %>
|
|
|
|
<body class="hold-transition skin-red sidebar-mini">
|
|
|
|
<div class="wrapper">
|
|
|
|
|
|
|
|
<!-- The header is the topbar -->
|
|
|
|
<%- include('includes/header') %>
|
|
|
|
|
|
|
|
<!-- The sidebar includes the menu -->
|
|
|
|
<%- include('includes/sidebar') %>
|
|
|
|
|
|
|
|
<!-- Content Wrapper. Contains page content -->
|
|
|
|
<div class="content-wrapper">
|
|
|
|
|
|
|
|
<!-- Content Header (Page header) -->
|
|
|
|
<section class="content-header">
|
2021-12-14 23:23:55 +05:00
|
|
|
<h1> Команды <small> Dashboard v1.0 </small> </h1>
|
2021-12-10 21:39:54 +05:00
|
|
|
<ol class="breadcrumb">
|
|
|
|
<li class="active"><a href="/commands"><i class="fa fa-home"></i> Команды </a></li>
|
|
|
|
</ol>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section class="content">
|
|
|
|
<%- md("commands.md") %>
|
|
|
|
</section>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<!-- Footer includes credits and version -->
|
|
|
|
<%- include('includes/footer') %>
|
|
|
|
</div>
|
|
|
|
<!-- ./wrapper -->
|
|
|
|
</body>
|
|
|
|
</html>
|