JaBa/dashboard/views/updates.ejs

34 lines
900 B
Text
Raw Normal View History

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="/updates"><i class="fa fa-home"></i> Обновления </a></li>
</ol>
</section>
<section class="content">
<%- md("updates.md") %>
</section>
</div>
<!-- Footer includes credits and version -->
<%- include('includes/footer') %>
</div>
<!-- ./wrapper -->
</body>
</html>