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

Commit 90558a0

Browse files
committed
Added training course index page
Start implementing GitHub pages deployment. Added index file to track entire course content.
1 parent a16656b commit 90558a0

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

index.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"
6+
name="viewport">
7+
<meta content="ie=edge" http-equiv="X-UA-Compatible">
8+
<meta content="index page for the python training course" name="description">
9+
<meta content="Vladyslav Ponomaryov" name="author">
10+
<meta content="Serhii Horodilov" name="author">
11+
<title>Python Training Course</title>
12+
</head>
13+
<body>
14+
<div style="text-align: center; margin-top: 75px">
15+
<h1>Python Training Course</h1>
16+
</div>
17+
</body>
18+
</html>

0 commit comments

Comments
 (0)