-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
53 lines (47 loc) · 2.1 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Webfejlesztés</title>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<meta name="generator" content="Geany 1.26" />
<link rel="icon" href="icon.png" type="image/x-icon"/>
<link rel="stylesheet" href="web.css">
</head>
<body background="hat.png"></body>
<div id="menu"><a href="index.html"><img src="logo.png" style="float:left;width:45%;position:relative;left:20px;top:20px;"></a>
<center>
<h2>Richard Vas</h2><br><br>
<A HREF ="index.html">Home</b></A> |
<A HREF ="introduction.html">Introduction myself</A> |
<A HREF ="task.html">About task</A> |
<A HREF ="email.html">Contact</A>
</center>
<div id="link">
<p class="x"><a href="introduction.html">Next</a></p><br>
<center><h1>Welcome to my page!</h1></center><br><br>
This is my first public web page,I hope you'll like it.<br><br>
<center>
<div class="thumbnails">
<img onmouseover="preview.src=img1.src" name="img1" src="1.png" alt=""/>
<img onmouseover="preview.src=img2.src" name="img2" src="2.png" alt=""/>
<img onmouseover="preview.src=img3.src" name="img3" src="3.png" alt=""/>
<img onmouseover="preview.src=img4.src" name="img4" src="4.png" alt=""/>
<img onmouseover="preview.src=img5.src" name="img5" src="5.png" alt=""/>
<img onmouseover="preview.src=img6.src" name="img6" src="6.png" alt=""/>
<img onmouseover="preview.src=img7.src" name="img7" src="7.png" alt=""/>
</div><br/>
<div class="preview" align="center">
<img name="preview" src="8.png" alt=""/>
</div>
</center>
</body>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-70345950-1', 'auto');
ga('send', 'pageview');
</script>
</html>