mirror of
https://github.com/Mibew/docs.mibew.org.git
synced 2024-11-15 00:24:13 +03:00
80 lines
3.2 KiB
Handlebars
80 lines
3.2 KiB
Handlebars
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
|
|
<meta name="description" content="">
|
|
<meta name="author" content="">
|
|
<link rel="icon" href="{{baseUrl}}/assets/favicon.ico">
|
|
|
|
<title>{{title}} — Mibew Messenger docs</title>
|
|
|
|
<!-- Bootstrap core CSS -->
|
|
<link href="{{baseUrl}}/assets/third-party/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
|
|
|
|
<!-- Hightlight.js styles -->
|
|
<link href="{{ baseUrl }}/assets/third-party/highlightjs/styles/github.css" rel="stylesheet">
|
|
|
|
<!-- Custom styles for this template -->
|
|
<link href="{{baseUrl}}/assets/theme.css" rel="stylesheet">
|
|
|
|
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
|
|
<!--[if lt IE 9]>
|
|
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
|
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
|
<![endif]-->
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<header>
|
|
<nav class="navbar navbar-default">
|
|
<div class="container">
|
|
<div class="navbar-header">
|
|
<a class="navbar-brand" href="{{baseUrl}}">Mibew Messenger</a>
|
|
</div>
|
|
<div id="navbar">
|
|
<ul class="nav navbar-nav navbar-right">
|
|
<li><a href="{{githubUrl}}">GitHub</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
</header>
|
|
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-md-3">
|
|
<div class="well">
|
|
<h4>Contents</h4>
|
|
<nav>{{> menu navs.contents}}</nav>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="col-md-9">
|
|
<article>
|
|
{{{contents}}}
|
|
</article>
|
|
</div>
|
|
</div>
|
|
</div><!-- /.container -->
|
|
|
|
<footer class="footer">
|
|
<div class="container">
|
|
<div class="text-center license">The contents of this site is copyrighted by the Mibew Messenger project and licensed under the terms of <a href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License.</a></div>
|
|
</div>
|
|
</footer>
|
|
|
|
<!-- Bootstrap core JavaScript -->
|
|
<!-- Placed at the end of the document so the pages load faster -->
|
|
<script src="{{baseUrl}}/assets/third-party/jquery/dist/jquery.min.js"></script>
|
|
<script src="{{baseUrl}}/assets/third-party/bootstrap/dist/js/bootstrap.min.js"></script>
|
|
|
|
<!-- Load and initialize Highlight.js -->
|
|
<script src="{{baseUrl}}/assets/third-party/highlightjs/highlight.pack.js"></script>
|
|
<script>hljs.initHighlightingOnLoad();</script>
|
|
|
|
</body>
|
|
</html> |