Files
2022-09-04 19:07:16 +02:00

51 lines
1.3 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html lang="$lang$">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
$if(robots)$<meta name="robots" content="$robots$">$endif$
<link rel="icon" href="/images/icon.svg" type="image/svg+xml">
<title>MČR HROB 2022 ⬩ $title$</title>
<link href="/styles/bootstrap.min.css" rel="stylesheet">
<link href="/styles/default.css" rel="stylesheet">
<link href="/styles/jquery.fancybox.css" rel="stylesheet">
</head>
<body>
<div class="container main">
<header>
<a href="/">
<div class="header-wrapper">
<h1 class="blog-title">MČR HROB 2022</h1>
<p class="lead blog-description">5.6. 11. 2022</p>
</div>
</a>
</header>
<div class="row">
<div class="col-sm-8 blog-main">
<h2>$title$</h2>
$body$
</div><!-- /.blog-main -->
<div class="col-sm-4 col-sm-offset-1 blog-sidebar">
<div class="sidebar-module">
$menu$
</div>
</div><!-- /.blog-sidebar -->
</div><!-- /.row -->
</div><!-- /.container -->
<script src="/scripts/jquery.min.js"></script>
<script src="/scripts/jquery.fancybox.min.js"></script>
<script src="/scripts/main.js"></script>
</body>
</html>