13 lines
580 B
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 SYSTEM "http://www.thymeleaf.org/dtd/xhtml1-strict-thymeleaf-spring4-4.dtd">
<html xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout" layout:decorate="~{default}">
<div class="container" layout:fragment="content">
<ul class="list-group">
<li class="list-group-item">
<a class="link-dark" target="_blank" href="/docs/polozh.pdf">
Положение о балльно-рейтинговой системе оценки успеваемости аспирантов
</a>
</li>
</ul>
</div>
</html>