Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit b2d178a

Browse files
committed
Deploy to GitHub Pages
Updated index.html page - added links to documentation (en + ua)
1 parent ca7eb9d commit b2d178a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,16 @@
1313
<body>
1414
<div style="text-align: center; margin-top: 75px">
1515
<h1>Python Training Course</h1>
16+
<h2>Course Materials</h2>
17+
<ul>
18+
<li>
19+
<!--suppress HtmlUnknownTarget -->
20+
<a href="_build/html/en/index.html">English version</a></li>
21+
<li>
22+
<!--suppress HtmlUnknownTarget -->
23+
<a href="_build/html/ua/index.html">Ukrainian version</a>
24+
</li>
25+
</ul>
1626
</div>
1727
</body>
1828
</html>

0 commit comments

Comments
 (0)