-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (49 loc) · 1.34 KB
/
index.html
File metadata and controls
49 lines (49 loc) · 1.34 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>Ivan Glebov's website</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">
Hi!
</div>
<div id="name">
I am Ivan Glebov.
</div>
<div id="about">
This website is about me.
</div>
<a id="a_study" href="localization/eng/study.html">
<div id="study">
Study
</div>
</a>
<a id="a_relax" href="localization/eng/relax.html">
<div id="relax">
Relax
</div>
</a>
<a id="a_hobby" href="localization/eng/hobby.html">
<div id="hobby">
Hobby
</div>
</a>
<a id="a_contacts" href="localization/eng/contacts.html">
<div id="contacts">
Contacts
</div>
</a>
<div id="dev_info">
Development: Ivan Glebov
</div>
</body>
</html>