-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex_ru.html
More file actions
49 lines (49 loc) · 1.41 KB
/
index_ru.html
File metadata and controls
49 lines (49 loc) · 1.41 KB
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
39
40
41
42
43
44
45
46
47
48
49
<html>
<title>Сайт Ивана Глебова</title>
<meta charset="utf8">
<link rel="stylesheet" href="css/index_style.css">
<head>
</head>
<body>
<div id="localization">
<a href="index_ru.html">
<img id="ru_flag" align="right" src="img/ru_flag.png">
</a>
<a href="index.html">
<img id="uk_flag" src="img/uk_flag.png">
</a>
</div>
<div id="hi">
Привет!
</div>
<div id="name">
Я Иван Глебов.
</div>
<div id="about">
Этот сайт обо мне.
</div>
<a id="a_study" href="localization/ru/study.html">
<div id="study">
Учёба
</div>
</a>
<a id="a_relax" href="localization/ru/relax.html">
<div id="relax">
Отдых
</div>
</a>
<a id="a_hobby" href="localization/ru/hobby.html">
<div id="hobby">
Хобби
</div>
</a>
<a id="a_contacts" href="localization/ru/contacts.html">
<div id="contacts">
Связь
</div>
</a>
<div id="dev_info">
Разработка: Иван Глебов
</div>
</body>
</html>