forked from roman-kupar/gitsite_self
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (32 loc) · 1.63 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html lang="ua">
<head>
<meta charset="UTF-8">
<meta name="gitguider" content="width=device-width,initial-scale=1.0">
<link href="css/style.css" rel="stylesheet">
<style>
</style>
</head>
<body>
<div class="background-image">
<img src="git_img.png" alt="Github Logo" style="width:300px;height:300px;" class="center">
<h1 class="title">Github Guider</h1>
<div class="flex-container"></div>
<p>This page was created by me(Roman Kupar).It's just an exapmle to import on github.com repository.</p>
<p>This site could also be uploaded on git server due to Github, but it's a bit complicated</p>
<p>Here could be your text</p>
<p>There is nothing important for you, but if you reading this, thank you for your attention</p>
<p>Github for all!</p>
<div>
<nav>
<a class="button" href="https://github.com" target="_blank">Github</a>
<a class="button1" href="https://githubuniverse.com/" target="_blank">Universe</a>
<a class="button2" href="https://archiveprogram.github.com/arctic-vault/" target="_blank">ArticVault</a>
<a class="button3" href="https://github.com/codespaces/" target="_blank">Codespaces</a>
<a class="button4" href="https://github.com/roman-kupar/gitsite_self" target="_blank">Repository</a>
<div class="animation start-home"></div>
</nav>
</div>
</div>
</body>
</html>