Files
TIS-website/readme.html
2023-09-29 12:03:44 +03:00

37 lines
1.6 KiB
HTML
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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="ru-en" data-bs-theme="dark">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
<!-- include bootstrap -->
<script src='bootstrap/js/bootstrap.min.js'></script>
<title>Readme</title>
</head>
<body>
<main>
<!-- карточка -->
<div class="px-4 py-5 my-5 text-center">
<h1 class="display-4 fw-bold text-body-emphasis">Репозиторий Антона Никитина из ИСП-420ИС</h1>
<h2 class="display-6 fw-bold text-body-emphasis">Для задания <a href="https://drive.google.com/drive/folders/1VgvtI2H6wcwnoun6CbvdAcEcET6lXOoc">Лабораторная работа №2</a></h1>
<div class="col-lg-9 mx-auto">
<p class="lead mb-4">Для работы с git был использован интерфейс <a href="https://github.com/FredrikNoren/ungit">ungit</a>. HTML разметка написана в <a href="https://notepad-plus-plus.org/">Notepad++</a>, опираясь на <a href="https://getbootstrap.com/docs/5.3/examples/">примеры bootstrap</a>.</p>
<p class="lead mb-4">Благодарю за внимание.</p>
</div>
</div>
<!-- footer -->
<div class="container py-4 py-md-5 px-4 px-md-3 text-body-secondary">
<div class="row">
<div class="col-lg-2 mb-2">
<ul class="list-unstyled small">
<li class="mb-2">сделал Антон Никитин с использованием <a href="https://getbootstrap.com/">bootstrap</a>.</li>
</div>
</div>
</div>
</main>
</body>
</html>