mirror of
https://github.com/EDeev/yandex_lyceum.git
synced 2026-06-15 11:01:04 +03:00
32 lines
No EOL
1.1 KiB
HTML
32 lines
No EOL
1.1 KiB
HTML
<!doctype html>
|
||
<html lang="en">
|
||
<head>
|
||
<!-- Required meta tags -->
|
||
<meta charset="utf-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
||
<!-- Bootstrap CSS -->
|
||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css"
|
||
rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3"
|
||
crossorigin="anonymous">
|
||
|
||
<!-- <link rel="stylesheet" type="text/css" href="static/css/style.css" /> -->
|
||
<title>{{title}}</title>
|
||
</head>
|
||
<body>
|
||
<header>
|
||
<nav class="navbar navbar-light bg-light">
|
||
<div class="container-fluid">
|
||
<a class="navbar-brand mb-0" href="#"><h1>Миссия Колонизация Марса</h1></a>
|
||
<div class="navbar-text mb-0 h5">
|
||
Mars One
|
||
</div>
|
||
</div>
|
||
</nav>
|
||
</header>
|
||
<!-- Begin page content -->
|
||
<main role="main" class="container-fluid">
|
||
{% block content1 %}{% endblock %}
|
||
</main>
|
||
</body>
|
||
</html> |