-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (32 loc) · 955 Bytes
/
index.html
File metadata and controls
36 lines (32 loc) · 955 Bytes
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
<html>
<head>
<title>YK</title>
<link rel="stylesheet" type="text/css" href="css\index.css">
<link rel="shortcut icon" href="img\favicon.ico" type="image/x-icon">
</head>
<body>
<header>
<div class="nav">
<ul class="nav_bill">
<li><a href="#">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="Studio\index.html">Projects</a></li>
<li><a href="uaver.html">Connect</a></li>
</ul>
</div>
</header>
<content>
<div class="welcome_text">
<h1 class="welcome_top">
Welcome
</h1>
<h1 class="welcome_descrip">
Hello! My name is Yaroslav and you are on my personal site. This site was created for will be exemple of my basic knowledges html, css and javascript. By the way this site must use mySQL. However here you can look on my programming and technical works.
</h1>
<h1 class="welcome_bot">
Good Luck
</h1>
</div>
</content>
</body>
</html>