Files
mardolsimulations.github.io/partnership.html
T
2024-02-17 19:30:13 +03:00

37 lines
1.5 KiB
HTML
Raw 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="en" class="h-100">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MARDOL Simulations — российские разработчики дополнений для авиасимуляторов</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<link href="cover.css" rel="stylesheet">
<style>
</style>
</head>
<body class="d-flex h-100 text-center text-white bg-image">
<div class="cover-container d-flex w-100 h-100 p-3 mx-auto flex-column">
<header class="mb-auto">
<div>
<nav class="nav nav-masthead justify-content-center float-md-end">
<a class="nav-link active" aria-current="page" href="index.html">Главная</a>
<a class="nav-link" href="#">Скачать</a>
<a class="nav-link" href="#">О нас</a>
</nav>
</div>
</header>
<main>
<h1>
</h1>
</main>
<footer class="mt-auto text-white-50">
<p>MARDOL Simulations @ 2024</p>
</footer>
</div>
</body>
</html>