www/index.html

17 lines
522 B
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="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1>Добро пожаловать на сайт мехмата КФУ!</h1>
<p>Тут мы пишем код и веселимся</p>
<h3>Ссылки:</h3>
<ul>
<li><a href="disk">Google диск с учебными материалами</a></li>
<li><a href="https://git.kpfu.su">Git хостинг</a></li>
</ul>
</body>
</html>